Uses of Interface
com.github.weisj.jsvg.attributes.value.FloatListValue
Packages that use FloatListValue
Package
Description
-
Uses of FloatListValue in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement FloatListValueFields in com.github.weisj.jsvg.animation.value declared as FloatListValueModifier and TypeFieldDescriptionprivate final @NotNull FloatListValueAnimatedFloatList.initialstatic final @NotNull FloatListValueNeutralElements.NEUTRAL_FLOAT_LISTMethods in com.github.weisj.jsvg.animation.value that return FloatListValueConstructors in com.github.weisj.jsvg.animation.value with parameters of type FloatListValueModifierConstructorDescriptionAnimatedFloatList(@NotNull Track track, @NotNull FloatListValue initial, float @NotNull [] @NotNull [] values) -
Uses of FloatListValue in com.github.weisj.jsvg.attributes.value
Classes in com.github.weisj.jsvg.attributes.value that implement FloatListValueFields in com.github.weisj.jsvg.attributes.value declared as FloatListValue -
Uses of FloatListValue in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type FloatListValueModifier and TypeMethodDescription@Nullable AnimatedFloatListAnimate.animatedFloatList(@NotNull FloatListValue initial, @NotNull AttributeNode attributeNode) -
Uses of FloatListValue in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return FloatListValueModifier and TypeMethodDescription@NotNull FloatListValueAttributeNode.getFloatList(@NotNull String key, Inherited inherited, Animatable animatable) Methods in com.github.weisj.jsvg.parser.impl with parameters of type FloatListValueModifier and TypeMethodDescriptionprivate @Nullable AnimatedFloatListAttributeNode.getAnimatedFloatList(@NotNull String property, @NotNull FloatListValue initial)