Uses of Class
com.github.weisj.jsvg.animation.Track
Packages that use Track
Package
Description
-
Uses of Track in com.github.weisj.jsvg.animation
Methods in com.github.weisj.jsvg.animation that return TrackModifier and TypeMethodDescriptionstatic @Nullable TrackTrack.parse(@NotNull AttributeNode attributeNode, @NotNull AnimationValuesType valuesType, @NotNull Additive additive) Methods in com.github.weisj.jsvg.animation with parameters of type Track -
Uses of Track in com.github.weisj.jsvg.animation.value
Fields in com.github.weisj.jsvg.animation.value declared as TrackModifier and TypeFieldDescriptionprivate final @NotNull TrackAnimatedColor.trackprivate final @NotNull TrackAnimatedFloat.trackprivate final @NotNull TrackAnimatedFloatList.trackprivate final @NotNull TrackAnimatedLength.trackprivate final @NotNull TrackAnimatedPaint.trackprivate final @NotNull TrackAnimatedPercentage.trackprivate final @NotNull TrackAnimatedTransform.trackConstructors in com.github.weisj.jsvg.animation.value with parameters of type TrackModifierConstructorDescriptionAnimatedColor(@NotNull Track track, @NotNull ColorValue initial, @NotNull RGBColor @NotNull [] values) (package private)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 TrackMethods in com.github.weisj.jsvg.nodes.animation that return Track