Uses of Class
com.github.weisj.jsvg.animation.time.Duration
Packages that use Duration
Package
Description
-
Uses of Duration in com.github.weisj.jsvg.animation
Methods in com.github.weisj.jsvg.animation that return types with arguments of type DurationMethods in com.github.weisj.jsvg.animation with parameters of type DurationModifier and TypeMethodDescriptionprivate intTrack.iterationCount(@NotNull Duration duration, long timestampMillis) private floatTrack.iterationProgress(@NotNull Duration duration, long timestampMillis) -
Uses of Duration in com.github.weisj.jsvg.animation.time
Classes in com.github.weisj.jsvg.animation.time that implement interfaces with type arguments of type DurationFields in com.github.weisj.jsvg.animation.time declared as DurationModifier and TypeFieldDescriptionprivate final @NotNull DurationInterval.beginprivate final @NotNull DurationInterval.endstatic final @NotNull DurationDuration.INDEFINITEstatic final DurationDuration.ZEROMethods in com.github.weisj.jsvg.animation.time that return DurationModifier and TypeMethodDescription@NotNull DurationInterval.begin()@NotNull DurationInterval.duration()@NotNull DurationInterval.end()@NotNull Duration@NotNull Duration@NotNull DurationTimeUnit.valueOf(float value) Returns the enum constant of this class with the specified name.Methods in com.github.weisj.jsvg.animation.time with parameters of type DurationConstructors in com.github.weisj.jsvg.animation.time with parameters of type Duration -
Uses of Duration in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return DurationModifier and TypeMethodDescription@NotNull DurationAttributeNode.getDuration(@NotNull String key, @NotNull Duration fallback) @Nullable DurationAttributeParser.parseDuration(@Nullable String value, @Nullable Duration fallback) @Nullable DurationAttributeParser.parseTimeOffsetValue(@Nullable String value, @Nullable Duration fallback) Methods in com.github.weisj.jsvg.parser.impl with parameters of type DurationModifier and TypeMethodDescription@NotNull DurationAttributeNode.getDuration(@NotNull String key, @NotNull Duration fallback) @Nullable DurationAttributeParser.parseDuration(@Nullable String value, @Nullable Duration fallback) @Nullable DurationAttributeParser.parseTimeOffsetValue(@Nullable String value, @Nullable Duration fallback)