Uses of Interface
com.github.weisj.jsvg.attributes.value.FloatListValue
-
Packages that use FloatListValue Package Description com.github.weisj.jsvg.animation.value com.github.weisj.jsvg.attributes.value com.github.weisj.jsvg.nodes.animation com.github.weisj.jsvg.parser.impl -
-
Uses of FloatListValue in com.github.weisj.jsvg.animation.value
Classes in com.github.weisj.jsvg.animation.value that implement FloatListValue Modifier and Type Class Description classAnimatedFloatListFields in com.github.weisj.jsvg.animation.value declared as FloatListValue Modifier and Type Field Description private @NotNull FloatListValueAnimatedFloatList. initialstatic @NotNull FloatListValueNeutralElements. NEUTRAL_FLOAT_LISTMethods in com.github.weisj.jsvg.animation.value that return FloatListValue Modifier and Type Method Description @NotNull FloatListValueAnimatedFloatList. initial()Constructors in com.github.weisj.jsvg.animation.value with parameters of type FloatListValue Constructor Description AnimatedFloatList(@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 FloatListValue Modifier and Type Class Description classConstantFloatListFields in com.github.weisj.jsvg.attributes.value declared as FloatListValue Modifier and Type Field Description static @NotNull FloatListValueConstantFloatList. EMPTY -
Uses of FloatListValue in com.github.weisj.jsvg.nodes.animation
Methods in com.github.weisj.jsvg.nodes.animation with parameters of type FloatListValue Modifier and Type Method Description @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 FloatListValue Modifier and Type Method Description @NotNull FloatListValueAttributeNode. getFloatList(@NotNull java.lang.String key, Inherited inherited, Animatable animatable)Methods in com.github.weisj.jsvg.parser.impl with parameters of type FloatListValue Modifier and Type Method Description private @Nullable AnimatedFloatListAttributeNode. getAnimatedFloatList(@NotNull java.lang.String property, @NotNull FloatListValue initial)
-