Uses of Class
com.github.weisj.jsvg.animation.Track
-
Packages that use Track Package Description com.github.weisj.jsvg.animation com.github.weisj.jsvg.animation.value com.github.weisj.jsvg.nodes.animation -
-
Uses of Track in com.github.weisj.jsvg.animation
Methods in com.github.weisj.jsvg.animation that return Track Modifier and Type Method Description static @Nullable Track
Track. parse(@NotNull AttributeNode attributeNode, @NotNull AnimationValuesType valuesType, @NotNull Additive additive)
Methods in com.github.weisj.jsvg.animation with parameters of type Track Modifier and Type Method Description @NotNull AnimationPeriod
AnimationPeriod. derive(@Nullable Track track)
-
Uses of Track in com.github.weisj.jsvg.animation.value
Fields in com.github.weisj.jsvg.animation.value declared as Track Modifier and Type Field Description private @NotNull Track
AnimatedColor. track
private @NotNull Track
AnimatedFloat. track
private @NotNull Track
AnimatedFloatList. track
private @NotNull Track
AnimatedLength. track
private @NotNull Track
AnimatedPaint. track
private @NotNull Track
AnimatedPercentage. track
private @NotNull Track
AnimatedTransform. track
Constructors in com.github.weisj.jsvg.animation.value with parameters of type Track Constructor Description AnimatedColor(@NotNull Track track, @NotNull ColorValue initial, @NotNull RGBColor @NotNull [] values)
AnimatedFloat(@NotNull Track track, @NotNull FloatValue initial, float @NotNull [] values)
AnimatedFloatList(@NotNull Track track, @NotNull FloatListValue initial, float @NotNull [] @NotNull [] values)
AnimatedLength(@NotNull Track track, @NotNull LengthValue initial, @NotNull Length @NotNull [] values)
AnimatedPaint(@NotNull Track track, @NotNull SVGPaint initial, @NotNull SVGPaint @NotNull [] values)
AnimatedPercentage(@NotNull Track track, @NotNull PercentageValue initial, float @NotNull [] values, PercentageValue multiplier)
AnimatedTransform(@NotNull Track track, @NotNull TransformValue initial, @NotNull TransformPart @NotNull [] values)
-
Uses of Track in com.github.weisj.jsvg.nodes.animation
Fields in com.github.weisj.jsvg.nodes.animation declared as Track Modifier and Type Field Description protected @Nullable Track
BaseAnimationNode. track
Methods in com.github.weisj.jsvg.nodes.animation that return Track Modifier and Type Method Description @Nullable Track
BaseAnimationNode. track()
-