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 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
Fields in com.github.weisj.jsvg.animation.time declared as Duration Modifier and Type Field Description private @NotNull DurationInterval. beginprivate @NotNull DurationInterval. endstatic @NotNull DurationDuration. INDEFINITEstatic DurationDuration. ZEROMethods in com.github.weisj.jsvg.animation.time that return Duration Modifier and Type Method Description @NotNull DurationInterval. begin()@NotNull DurationInterval. duration()@NotNull DurationInterval. end()@NotNull DurationDuration. minus(@NotNull Duration duration)@NotNull DurationDuration. plus(@NotNull Duration duration)@NotNull DurationTimeUnit. 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 intDuration. compareTo(@NotNull Duration o)@NotNull DurationDuration. minus(@NotNull Duration duration)@NotNull DurationDuration. 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 DurationAttributeNode. getDuration(@NotNull java.lang.String key, @NotNull Duration fallback)@Nullable DurationAttributeParser. parseDuration(@Nullable java.lang.String value, @Nullable Duration fallback)@Nullable DurationAttributeParser. 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 DurationAttributeNode. getDuration(@NotNull java.lang.String key, @NotNull Duration fallback)@Nullable DurationAttributeParser. parseDuration(@Nullable java.lang.String value, @Nullable Duration fallback)@Nullable DurationAttributeParser. parseTimeOffsetValue(@Nullable java.lang.String value, @Nullable Duration fallback)
-