Uses of Class
org.gephi.io.exporter.preview.util.LengthUnit
-
Packages that use LengthUnit Package Description org.gephi.io.exporter.preview.util -
-
Uses of LengthUnit in org.gephi.io.exporter.preview.util
Fields in org.gephi.io.exporter.preview.util declared as LengthUnit Modifier and Type Field Description private LengthUnitSupportSize. lengthUnitMethods in org.gephi.io.exporter.preview.util that return LengthUnit Modifier and Type Method Description static LengthUnitLengthUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static LengthUnit[]LengthUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.gephi.io.exporter.preview.util with parameters of type LengthUnit Constructor Description SupportSize(int width, int height, LengthUnit lengthUnit)Constructor.
-