Uses of Interface
com.github.weisj.jsvg.attributes.value.PercentageValue
Packages that use PercentageValue
Package
Description
-
Uses of PercentageValue in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement PercentageValueFields in com.github.weisj.jsvg.animation.value declared as PercentageValueModifier and TypeFieldDescriptionprivate final @NotNull PercentageValueAnimatedPercentage.initialprivate final PercentageValueAnimatedPercentage.multiplierstatic final @NotNull PercentageValueNeutralElements.NEUTRAL_PERCENTAGEMethods in com.github.weisj.jsvg.animation.value that return PercentageValueModifier and TypeMethodDescription@NotNull PercentageValueAnimatedPercentage.initial()@NotNull PercentageValueAnimatedPercentage.multiply(@NotNull PercentageValue other) Methods in com.github.weisj.jsvg.animation.value with parameters of type PercentageValueModifier and TypeMethodDescription@NotNull AnimatedPercentageAnimatedPercentage.derive(@NotNull PercentageValue initial) @NotNull PercentageValueAnimatedPercentage.multiply(@NotNull PercentageValue other) Constructors in com.github.weisj.jsvg.animation.value with parameters of type PercentageValueModifierConstructorDescriptionAnimatedPercentage(@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 PercentageValueModifier and TypeMethodDescriptionstatic @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 PercentageValueModifier and TypeMethodDescriptionstatic @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 PercentageValueMethods in com.github.weisj.jsvg.geometry.size that return PercentageValueModifier and TypeMethodDescription@NotNull PercentageValuePercentage.multiply(@NotNull PercentageValue other) Methods in com.github.weisj.jsvg.geometry.size with parameters of type PercentageValueModifier and TypeMethodDescription@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 PercentageValueModifier and TypeMethodDescription@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 -
Uses of PercentageValue in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return PercentageValueModifier and TypeMethodDescription@Nullable PercentageValueAttributeNode.getPercentage(@NotNull String key, Inherited inherited, Animatable animatable) @Nullable PercentageValueAttributeNode.getPercentage(@NotNull String key, @Nullable PercentageValue fallback, Inherited inherited, Animatable animatable) Methods in com.github.weisj.jsvg.parser.impl with parameters of type PercentageValueModifier and TypeMethodDescriptionprivate @Nullable AnimatedPercentageAttributeNode.getAnimatedPercentage(@NotNull String property, @NotNull PercentageValue initial) @Nullable PercentageValueAttributeNode.getPercentage(@NotNull 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 PercentageValueModifier and TypeFieldDescriptionfinal @Nullable PercentageValuePaintContext.fillOpacityfinal @NotNull PercentageValuePaintContext.opacityfinal @Nullable PercentageValuePaintContext.strokeOpacityConstructors in com.github.weisj.jsvg.renderer.impl.context with parameters of type PercentageValueModifierConstructorDescriptionPaintContext(@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)