Uses of Enum Class
com.github.weisj.jsvg.geometry.size.Unit
Packages that use Unit
-
Uses of Unit in com.github.weisj.jsvg.geometry.size
Fields in com.github.weisj.jsvg.geometry.size declared as UnitModifier and TypeFieldDescriptionprivate final @NotNull Unit
Length.unit
private static final Unit[]
Unit.units
Methods in com.github.weisj.jsvg.geometry.size that return UnitModifier and TypeMethodDescription@NotNull Unit
Length.unit()
static Unit[]
Unit.units()
static Unit
Returns the enum constant of this class with the specified name.static Unit[]
Unit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.weisj.jsvg.geometry.size with parameters of type Unit