Uses of Annotation Interface
com.github.weisj.jsvg.attributes.Percentage
Packages that use Percentage
Package
Description
-
Uses of Percentage in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with annotations of type PercentageModifier and TypeMethodDescriptionfloat
AttributeParser.parsePercentage
(@Nullable String value, float fallback) float
AttributeParser.parsePercentage
(@Nullable String value, float fallback, float min, float max) -
Uses of Percentage in com.github.weisj.jsvg.attributes.font
Fields in com.github.weisj.jsvg.attributes.font with annotations of type PercentageMethods in com.github.weisj.jsvg.attributes.font with annotations of type PercentageModifier and TypeMethodDescriptionstatic float
FontParser.parseStretch
(@NotNull AttributeNode node) float
MeasurableFontSpec.stretch()
Constructor parameters in com.github.weisj.jsvg.attributes.font with annotations of type PercentageModifierConstructorDescription(package private)
AttributeFontSpec
(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, float stretch, @Nullable FontSize size, @Nullable FontWeight weight) (package private)
FontSpec
(@NotNull String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, float stretch) -
Uses of Percentage in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes with annotations of type PercentageModifier and TypeFieldDescriptionprivate float
Stop.offset
private float[]
AbstractGradient.offsets
Methods in com.github.weisj.jsvg.nodes with annotations of type PercentageMethod parameters in com.github.weisj.jsvg.nodes with annotations of type PercentageModifier and TypeMethodDescriptionprotected abstract @NotNull Paint
AbstractGradient.gradientForBounds
(@NotNull MeasureContext measure, @NotNull Rectangle2D bounds, float[] gradOffsets, @NotNull Color[] gradColors) protected @NotNull Paint
LinearGradient.gradientForBounds
(@NotNull MeasureContext measure, @NotNull Rectangle2D bounds, float[] gradOffsets, @NotNull Color[] gradColors) protected @NotNull Paint
RadialGradient.gradientForBounds
(@NotNull MeasureContext measure, @NotNull Rectangle2D bounds, float[] gradOffsets, @NotNull Color[] gradColors) -
Uses of Percentage in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser with annotations of type PercentageModifier and TypeMethodDescriptionfloat
AttributeNode.getPercentage
(@NotNull String key, float fallback) Method parameters in com.github.weisj.jsvg.parser with annotations of type PercentageModifier and TypeMethodDescriptionfloat
AttributeNode.getPercentage
(@NotNull String key, float fallback) -
Uses of Percentage in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer with annotations of type PercentageModifier and TypeFieldDescriptionfinal float
PaintContext.fillOpacity
final float
PaintContext.opacity
final float
PaintContext.strokeOpacity
Methods in com.github.weisj.jsvg.renderer with annotations of type PercentageModifier and TypeMethodDescriptionfloat
RenderContext.fillOpacity()
float
RenderContext.rawOpacity()
float
RenderContext.strokeOpacity()