Uses of Interface
com.github.weisj.jsvg.attributes.value.PercentageValue
-
-
Uses of PercentageValue in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement PercentageValue Modifier and Type Class Description class
AnimatedPercentage
Fields in com.github.weisj.jsvg.animation.value declared as PercentageValue Modifier and Type Field Description private @NotNull PercentageValue
AnimatedPercentage. initial
private PercentageValue
AnimatedPercentage. multiplier
static @NotNull PercentageValue
NeutralElements. NEUTRAL_PERCENTAGE
Methods in com.github.weisj.jsvg.animation.value that return PercentageValue Modifier and Type Method Description @NotNull PercentageValue
AnimatedPercentage. initial()
@NotNull PercentageValue
AnimatedPercentage. multiply(@NotNull PercentageValue other)
Methods in com.github.weisj.jsvg.animation.value with parameters of type PercentageValue Modifier and Type Method Description @NotNull AnimatedPercentage
AnimatedPercentage. derive(@NotNull PercentageValue initial)
@NotNull PercentageValue
AnimatedPercentage. multiply(@NotNull PercentageValue other)
Constructors in com.github.weisj.jsvg.animation.value with parameters of type PercentageValue Constructor Description AnimatedPercentage(@NotNull Track track, @NotNull PercentageValue initial, float @NotNull [] values, PercentageValue multiplier)
-
Uses of PercentageValue in com.github.weisj.jsvg.attributes.value
Methods in com.github.weisj.jsvg.attributes.value that return PercentageValue Modifier and Type Method Description static @Nullable PercentageValue
PercentageValue. derive(@Nullable PercentageValue current, @Nullable PercentageValue other)
@NotNull PercentageValue
PercentageValue. multiply(@NotNull PercentageValue other)
Methods in com.github.weisj.jsvg.attributes.value with parameters of type PercentageValue Modifier and Type Method Description static @Nullable PercentageValue
PercentageValue. derive(@Nullable PercentageValue current, @Nullable PercentageValue other)
@NotNull PercentageValue
PercentageValue. multiply(@NotNull PercentageValue other)
-
Uses of PercentageValue in com.github.weisj.jsvg.geometry.size
Classes in com.github.weisj.jsvg.geometry.size that implement PercentageValue Modifier and Type Class Description class
Percentage
Methods in com.github.weisj.jsvg.geometry.size that return PercentageValue Modifier and Type Method Description @NotNull PercentageValue
Percentage. multiply(@NotNull PercentageValue other)
Methods in com.github.weisj.jsvg.geometry.size with parameters of type PercentageValue Modifier and Type Method Description @NotNull PercentageValue
Percentage. multiply(@NotNull PercentageValue other)
-
Uses of PercentageValue in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type PercentageValue Modifier and Type Method Description @Nullable AnimatedPercentage
Animate. animatedPercentage(@NotNull PercentageValue initial, @NotNull AttributeNode attributeNode)
-
Uses of PercentageValue in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as PercentageValue Modifier and Type Field Description private PercentageValue
FeFlood. floodOpacity
-
Uses of PercentageValue in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return PercentageValue Modifier and Type Method Description @Nullable PercentageValue
AttributeNode. getPercentage(@NotNull java.lang.String key, @Nullable PercentageValue fallback, Inherited inherited, Animatable animatable)
@Nullable PercentageValue
AttributeNode. getPercentage(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)
Methods in com.github.weisj.jsvg.parser.impl with parameters of type PercentageValue Modifier and Type Method Description private @Nullable AnimatedPercentage
AttributeNode. getAnimatedPercentage(@NotNull java.lang.String property, @NotNull PercentageValue initial)
@Nullable PercentageValue
AttributeNode. getPercentage(@NotNull java.lang.String key, @Nullable PercentageValue fallback, Inherited inherited, Animatable animatable)
-
Uses of PercentageValue in com.github.weisj.jsvg.renderer.impl.context
Fields in com.github.weisj.jsvg.renderer.impl.context declared as PercentageValue Modifier and Type Field Description @Nullable PercentageValue
PaintContext. fillOpacity
@NotNull PercentageValue
PaintContext. opacity
@Nullable PercentageValue
PaintContext. strokeOpacity
Constructors in com.github.weisj.jsvg.renderer.impl.context with parameters of type PercentageValue Constructor Description PaintContext(@Nullable SVGPaint color, @Nullable SVGPaint fillPaint, @Nullable PercentageValue fillOpacity, @Nullable SVGPaint strokePaint, @Nullable PercentageValue strokeOpacity, @NotNull PercentageValue opacity, @Nullable PaintOrder paintOrder, @Nullable StrokeContext strokeContext, @Nullable FillRule fillRule)
-