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 UnitLength. unitprivate static Unit[]Unit. unitsMethods in com.github.weisj.jsvg.geometry.size that return Unit Modifier and Type Method Description @NotNull UnitLength. unit()@NotNull Unit @NotNull []Unit. units()static UnitUnit. 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.Methods in com.github.weisj.jsvg.geometry.size with parameters of type Unit Modifier and Type Method Description private static floatLength. resolveNonPercentage(@NotNull MeasureContext context, Unit unit, float value)Constructors in com.github.weisj.jsvg.geometry.size with parameters of type Unit Constructor Description Length(@NotNull Unit unit, float value)
-