Uses of Class
com.github.weisj.jsvg.animation.time.Duration
-
Packages that use Duration Package Description com.github.weisj.jsvg.animation com.github.weisj.jsvg.animation.time com.github.weisj.jsvg.parser.impl -
-
Uses of Duration in com.github.weisj.jsvg.animation
Methods in com.github.weisj.jsvg.animation that return types with arguments of type Duration Modifier and Type Method Description private static @NotNull java.util.List<Duration>
Track. parseBegin(@NotNull AttributeNode attributeNode)
Methods in com.github.weisj.jsvg.animation with parameters of type Duration Modifier and Type Method Description private int
Track. iterationCount(@NotNull Duration duration, long timestampMillis)
private float
Track. iterationProgress(@NotNull Duration duration, long timestampMillis)
-
Uses of Duration in com.github.weisj.jsvg.animation.time
Fields in com.github.weisj.jsvg.animation.time declared as Duration Modifier and Type Field Description private @NotNull Duration
Interval. begin
private @NotNull Duration
Interval. end
static @NotNull Duration
Duration. INDEFINITE
static Duration
Duration. ZERO
Methods in com.github.weisj.jsvg.animation.time that return Duration Modifier and Type Method Description @NotNull Duration
Interval. begin()
@NotNull Duration
Interval. duration()
@NotNull Duration
Interval. end()
@NotNull Duration
Duration. minus(@NotNull Duration duration)
@NotNull Duration
Duration. plus(@NotNull Duration duration)
@NotNull Duration
TimeUnit. valueOf(float value)
Returns the enum constant of this type with the specified name.Methods in com.github.weisj.jsvg.animation.time with parameters of type Duration Modifier and Type Method Description int
Duration. compareTo(@NotNull Duration o)
@NotNull Duration
Duration. minus(@NotNull Duration duration)
@NotNull Duration
Duration. plus(@NotNull Duration duration)
Constructors in com.github.weisj.jsvg.animation.time with parameters of type Duration Constructor Description Interval(@NotNull Duration begin, @NotNull Duration end)
-
Uses of Duration in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return Duration Modifier and Type Method Description @NotNull Duration
AttributeNode. getDuration(@NotNull java.lang.String key, @NotNull Duration fallback)
@Nullable Duration
AttributeParser. parseDuration(@Nullable java.lang.String value, @Nullable Duration fallback)
@Nullable Duration
AttributeParser. parseTimeOffsetValue(@Nullable java.lang.String value, @Nullable Duration fallback)
Methods in com.github.weisj.jsvg.parser.impl with parameters of type Duration Modifier and Type Method Description @NotNull Duration
AttributeNode. getDuration(@NotNull java.lang.String key, @NotNull Duration fallback)
@Nullable Duration
AttributeParser. parseDuration(@Nullable java.lang.String value, @Nullable Duration fallback)
@Nullable Duration
AttributeParser. parseTimeOffsetValue(@Nullable java.lang.String value, @Nullable Duration fallback)
-