Uses of Class
com.github.weisj.jsvg.geometry.size.Percentage
Packages that use Percentage
Package
Description
-
Uses of Percentage in com.github.weisj.jsvg.attributes.font
Fields in com.github.weisj.jsvg.attributes.font declared as PercentageModifier and TypeFieldDescriptionprivate final @NotNull PercentageFontStretch.percentageprotected final @NotNull PercentageFontSpec.stretchMethods in com.github.weisj.jsvg.attributes.font that return PercentageModifier and TypeMethodDescriptionstatic @NotNull PercentageFontParser.parseStretch(@NotNull AttributeNode node) @NotNull PercentageFontStretch.percentage()@NotNull PercentageMeasurableFontSpec.stretch()Constructors in com.github.weisj.jsvg.attributes.font with parameters of type PercentageModifierConstructorDescription(package private)AttributeFontSpec(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch, @Nullable FontSize size, @Nullable FontWeight weight) (package private)FontSpec(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, @NotNull Percentage stretch) (package private)MeasurableFontSpec(@NotNull 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
Classes in com.github.weisj.jsvg.geometry.size that implement interfaces with type arguments of type PercentageFields in com.github.weisj.jsvg.geometry.size declared as PercentageModifier and TypeFieldDescriptionstatic final @NotNull PercentagePercentage.INHERITEDstatic final @NotNull PercentagePercentage.ONEstatic final @NotNull PercentagePercentage.UNSPECIFIEDstatic final @NotNull PercentagePercentage.ZEROMethods in com.github.weisj.jsvg.geometry.size that return PercentageModifier and TypeMethodDescription@NotNull PercentagePercentage.orElseIfUnspecified(float value) Methods in com.github.weisj.jsvg.geometry.size with parameters of type Percentage -
Uses of Percentage in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as PercentageModifier and TypeFieldDescriptionprivate PercentageStop.offsetprivate Percentage[]AbstractGradient.offsetsMethods in com.github.weisj.jsvg.nodes that return PercentageModifier and TypeMethodDescription@NotNull PercentageStop.offset()final Percentage[]AbstractGradient.offsets()Methods in com.github.weisj.jsvg.nodes with parameters of type PercentageModifier and TypeMethodDescriptionprotected abstract @NotNull PaintAbstractGradient.gradientForBounds(@NotNull MeasureContext measure, @NotNull Rectangle2D bounds, Percentage[] gradOffsets, @NotNull Color[] gradColors) protected @NotNull PaintLinearGradient.gradientForBounds(@NotNull MeasureContext measure, @NotNull Rectangle2D bounds, Percentage[] gradOffsets, @NotNull Color[] gradColors) protected @NotNull PaintRadialGradient.gradientForBounds(@NotNull MeasureContext measure, @NotNull Rectangle2D bounds, Percentage[] gradOffsets, @NotNull 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 PercentageModifier and TypeMethodDescriptionprivate static booleanAbstractGradient.isEffectiveStop(float stopOffset, @NotNull Color stopColor, @NotNull List<@NotNull Percentage> offsetsList, @NotNull List<@NotNull Color> colorsList) -
Uses of Percentage in com.github.weisj.jsvg.parser.impl
Fields in com.github.weisj.jsvg.parser.impl declared as PercentageModifier and TypeFieldDescriptionprivate static final PercentageAttributeNode.FALLBACK_PERCENTAGEMethods in com.github.weisj.jsvg.parser.impl that return PercentageModifier and TypeMethodDescription@Nullable PercentageAttributeNode.getPercentage(@NotNull String key, @Nullable Percentage fallback) @Nullable PercentageAttributeParser.parsePercentage(@Nullable String value, @Nullable Percentage fallback) @Nullable PercentageAttributeParser.parsePercentage(@Nullable String value, @Nullable Percentage fallback, float min, float max) Methods in com.github.weisj.jsvg.parser.impl with parameters of type PercentageModifier and TypeMethodDescription@Nullable PercentageAttributeNode.getPercentage(@NotNull String key, @Nullable Percentage fallback) @Nullable PercentageAttributeParser.parsePercentage(@Nullable String value, @Nullable Percentage fallback) @Nullable PercentageAttributeParser.parsePercentage(@Nullable String value, @Nullable Percentage fallback, float min, float max)