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 TrackTrack. 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 AnimationPeriodAnimationPeriod. 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 TrackAnimatedColor. trackprivate @NotNull TrackAnimatedFloat. trackprivate @NotNull TrackAnimatedFloatList. trackprivate @NotNull TrackAnimatedLength. trackprivate @NotNull TrackAnimatedPaint. trackprivate @NotNull TrackAnimatedPercentage. trackprivate @NotNull TrackAnimatedTransform. trackConstructors 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 TrackBaseAnimationNode. trackMethods in com.github.weisj.jsvg.nodes.animation that return Track Modifier and Type Method Description @Nullable TrackBaseAnimationNode. track()
-