Uses of Class
com.github.weisj.jsvg.animation.time.TimeUnit
-
Packages that use TimeUnit Package Description com.github.weisj.jsvg.animation.time -
-
Uses of TimeUnit in com.github.weisj.jsvg.animation.time
Fields in com.github.weisj.jsvg.animation.time declared as TimeUnit Modifier and Type Field Description private static TimeUnit[]
TimeUnit. units
Methods in com.github.weisj.jsvg.animation.time that return TimeUnit Modifier and Type Method Description @NotNull TimeUnit @NotNull []
TimeUnit. units()
static TimeUnit
TimeUnit. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TimeUnit[]
TimeUnit. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-