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