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 UnitLength.unitprivate static final Unit[]Unit.unitsMethods in com.github.weisj.jsvg.geometry.size that return UnitModifier and TypeMethodDescription@NotNull UnitLength.unit()@NotNull Unit @NotNull []Unit.units()static UnitReturns 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.Methods in com.github.weisj.jsvg.geometry.size with parameters of type UnitModifier and TypeMethodDescriptionprivate static floatLength.resolveNonPercentage(@NotNull MeasureContext context, Unit unit, float value) Constructors in com.github.weisj.jsvg.geometry.size with parameters of type Unit