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 classAnimatedPercentageFields in com.github.weisj.jsvg.animation.value declared as PercentageValue Modifier and Type Field Description private @NotNull PercentageValueAnimatedPercentage. initialprivate PercentageValueAnimatedPercentage. multiplierstatic @NotNull PercentageValueNeutralElements. NEUTRAL_PERCENTAGEMethods in com.github.weisj.jsvg.animation.value that return PercentageValue Modifier and Type Method Description @NotNull PercentageValueAnimatedPercentage. initial()@NotNull PercentageValueAnimatedPercentage. multiply(@NotNull PercentageValue other)Methods in com.github.weisj.jsvg.animation.value with parameters of type PercentageValue Modifier and Type Method Description @NotNull AnimatedPercentageAnimatedPercentage. derive(@NotNull PercentageValue initial)@NotNull PercentageValueAnimatedPercentage. 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 PercentageValuePercentageValue. derive(@Nullable PercentageValue current, @Nullable PercentageValue other)@NotNull PercentageValuePercentageValue. multiply(@NotNull PercentageValue other)Methods in com.github.weisj.jsvg.attributes.value with parameters of type PercentageValue Modifier and Type Method Description static @Nullable PercentageValuePercentageValue. derive(@Nullable PercentageValue current, @Nullable PercentageValue other)@NotNull PercentageValuePercentageValue. 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 classPercentageMethods in com.github.weisj.jsvg.geometry.size that return PercentageValue Modifier and Type Method Description @NotNull PercentageValuePercentage. multiply(@NotNull PercentageValue other)Methods in com.github.weisj.jsvg.geometry.size with parameters of type PercentageValue Modifier and Type Method Description @NotNull PercentageValuePercentage. 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 AnimatedPercentageAnimate. 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 PercentageValueFeFlood. 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 PercentageValueAttributeNode. getPercentage(@NotNull java.lang.String key, @Nullable PercentageValue fallback, Inherited inherited, Animatable animatable)@Nullable PercentageValueAttributeNode. 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 AnimatedPercentageAttributeNode. getAnimatedPercentage(@NotNull java.lang.String property, @NotNull PercentageValue initial)@Nullable PercentageValueAttributeNode. 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 PercentageValuePaintContext. fillOpacity@NotNull PercentageValuePaintContext. opacity@Nullable PercentageValuePaintContext. strokeOpacityConstructors 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)
-