Uses of Class
com.github.weisj.jsvg.attributes.Percentage
-
Packages that use Percentage Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.attributes.font com.github.weisj.jsvg.nodes com.github.weisj.jsvg.parser com.github.weisj.jsvg.renderer -
-
Uses of Percentage in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with annotations of type Percentage Modifier and Type Method Description float
AttributeParser. parsePercentage(@Nullable java.lang.String value, float fallback)
float
AttributeParser. parsePercentage(@Nullable java.lang.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 Percentage Modifier and Type Field Description protected float
FontSpec. stretch
Methods in com.github.weisj.jsvg.attributes.font with annotations of type Percentage Modifier and Type Method Description static float
FontParser. parseStretch(@NotNull AttributeNode node)
float
MeasurableFontSpec. stretch()
Constructor parameters in com.github.weisj.jsvg.attributes.font with annotations of type Percentage Constructor Description AttributeFontSpec(@NotNull java.lang.String[] families, @Nullable FontStyle style, @Nullable Length sizeAdjust, float stretch, @Nullable FontSize size, @Nullable FontWeight weight)
FontSpec(@NotNull java.lang.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 Percentage Modifier and Type Field Description private float
Stop. offset
private float[]
AbstractGradient. offsets
Methods in com.github.weisj.jsvg.nodes with annotations of type Percentage Modifier and Type Method Description float[]
AbstractGradient. offsets()
Method parameters in com.github.weisj.jsvg.nodes with annotations of type Percentage Modifier and Type Method Description protected abstract @NotNull java.awt.Paint
AbstractGradient. gradientForBounds(@NotNull MeasureContext measure, @NotNull java.awt.geom.Rectangle2D bounds, float[] gradOffsets, @NotNull java.awt.Color[] gradColors)
protected @NotNull java.awt.Paint
LinearGradient. gradientForBounds(@NotNull MeasureContext measure, @NotNull java.awt.geom.Rectangle2D bounds, float[] gradOffsets, @NotNull java.awt.Color[] gradColors)
protected @NotNull java.awt.Paint
RadialGradient. gradientForBounds(@NotNull MeasureContext measure, @NotNull java.awt.geom.Rectangle2D bounds, float[] gradOffsets, @NotNull java.awt.Color[] gradColors)
-
Uses of Percentage in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser with annotations of type Percentage Modifier and Type Method Description float
AttributeNode. getPercentage(@NotNull java.lang.String key, float fallback)
Method parameters in com.github.weisj.jsvg.parser with annotations of type Percentage Modifier and Type Method Description float
AttributeNode. getPercentage(@NotNull java.lang.String key, float fallback)
-
Uses of Percentage in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer with annotations of type Percentage Modifier and Type Field Description float
PaintContext. fillOpacity
float
PaintContext. opacity
float
PaintContext. strokeOpacity
Methods in com.github.weisj.jsvg.renderer with annotations of type Percentage Modifier and Type Method Description float
RenderContext. fillOpacity()
float
RenderContext. rawOpacity()
float
RenderContext. strokeOpacity()
-