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