Uses of Class
com.github.weisj.jsvg.geometry.size.Percentage
-
Packages that use Percentage Package Description com.github.weisj.jsvg.attributes.font com.github.weisj.jsvg.geometry.size com.github.weisj.jsvg.nodes com.github.weisj.jsvg.parser.impl -
-
Uses of Percentage in com.github.weisj.jsvg.attributes.font
Fields in com.github.weisj.jsvg.attributes.font declared as Percentage Modifier and Type Field Description private @NotNull PercentageFontStretch. percentageprotected @NotNull PercentageFontSpec. stretchMethods in com.github.weisj.jsvg.attributes.font that return Percentage Modifier and Type Method Description static @NotNull PercentageFontParser. parseStretch(@NotNull AttributeNode node)@NotNull PercentageFontStretch. percentage()@NotNull PercentageMeasurableFontSpec. stretch()Constructors in com.github.weisj.jsvg.attributes.font with parameters of type Percentage Constructor Description AttributeFontSpec(@NotNull java.lang.String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch, @Nullable FontSize size, @Nullable FontWeight weight)FontSpec(@NotNull java.lang.String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch)MeasurableFontSpec(@NotNull java.lang.String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch, int currentWeight, @NotNull Length currentSize) -
Uses of Percentage in com.github.weisj.jsvg.geometry.size
Fields in com.github.weisj.jsvg.geometry.size declared as Percentage Modifier and Type Field Description static @NotNull PercentagePercentage. INHERITEDstatic @NotNull PercentagePercentage. ONEstatic @NotNull PercentagePercentage. UNSPECIFIEDstatic @NotNull PercentagePercentage. ZEROMethods in com.github.weisj.jsvg.geometry.size that return Percentage Modifier and Type Method Description @NotNull PercentagePercentage. orElseIfUnspecified(float value)Methods in com.github.weisj.jsvg.geometry.size with parameters of type Percentage Modifier and Type Method Description intPercentage. compareTo(@NotNull Percentage o) -
Uses of Percentage in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as Percentage Modifier and Type Field Description private PercentageStop. offsetprivate Percentage[]AbstractGradient. offsetsMethods in com.github.weisj.jsvg.nodes that return Percentage Modifier and Type Method Description @NotNull PercentageStop. offset()Percentage[]AbstractGradient. offsets()Methods in com.github.weisj.jsvg.nodes with parameters of type Percentage Modifier and Type Method Description protected abstract @NotNull java.awt.PaintAbstractGradient. gradientForBounds(@NotNull MeasureContext measure, @NotNull java.awt.geom.Rectangle2D bounds, Percentage[] gradOffsets, @NotNull java.awt.Color[] gradColors)protected @NotNull java.awt.PaintLinearGradient. gradientForBounds(@NotNull MeasureContext measure, @NotNull java.awt.geom.Rectangle2D bounds, Percentage[] gradOffsets, @NotNull java.awt.Color[] gradColors)protected @NotNull java.awt.PaintRadialGradient. gradientForBounds(@NotNull MeasureContext measure, @NotNull java.awt.geom.Rectangle2D bounds, Percentage[] gradOffsets, @NotNull java.awt.Color[] gradColors)private static voidAbstractGradient. makeStrictlyIncreasing(@NotNull Percentage @NotNull [] offsets)protected float[]AbstractGradient. offsetsToFractions(Percentage[] gradOffsets)Method parameters in com.github.weisj.jsvg.nodes with type arguments of type Percentage Modifier and Type Method Description private static booleanAbstractGradient. isEffectiveStop(float stopOffset, @NotNull java.awt.Color stopColor, @NotNull java.util.List<@NotNull Percentage> offsetsList, @NotNull java.util.List<@NotNull java.awt.Color> colorsList) -
Uses of Percentage in com.github.weisj.jsvg.parser.impl
Fields in com.github.weisj.jsvg.parser.impl declared as Percentage Modifier and Type Field Description private static PercentageAttributeNode. FALLBACK_PERCENTAGEMethods in com.github.weisj.jsvg.parser.impl that return Percentage Modifier and Type Method Description @Nullable PercentageAttributeNode. getPercentage(@NotNull java.lang.String key, @Nullable Percentage fallback)@Nullable PercentageAttributeParser. parsePercentage(@Nullable java.lang.String value, @Nullable Percentage fallback)@Nullable PercentageAttributeParser. parsePercentage(@Nullable java.lang.String value, @Nullable Percentage fallback, float min, float max)Methods in com.github.weisj.jsvg.parser.impl with parameters of type Percentage Modifier and Type Method Description @Nullable PercentageAttributeNode. getPercentage(@NotNull java.lang.String key, @Nullable Percentage fallback)@Nullable PercentageAttributeParser. parsePercentage(@Nullable java.lang.String value, @Nullable Percentage fallback)@Nullable PercentageAttributeParser. parsePercentage(@Nullable java.lang.String value, @Nullable Percentage fallback, float min, float max)
-