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 class
AnimatedFloatList
Fields in com.github.weisj.jsvg.animation.value declared as FloatListValue Modifier and Type Field Description private @NotNull FloatListValue
AnimatedFloatList. initial
static @NotNull FloatListValue
NeutralElements. NEUTRAL_FLOAT_LIST
Methods in com.github.weisj.jsvg.animation.value that return FloatListValue Modifier and Type Method Description @NotNull FloatListValue
AnimatedFloatList. 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 class
ConstantFloatList
Fields in com.github.weisj.jsvg.attributes.value declared as FloatListValue Modifier and Type Field Description static @NotNull FloatListValue
ConstantFloatList. 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 AnimatedFloatList
Animate. 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 FloatListValue
AttributeNode. 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 AnimatedFloatList
AttributeNode. getAnimatedFloatList(@NotNull java.lang.String property, @NotNull FloatListValue initial)
-