Uses of Class
com.pd4ml.Dimensions.Units
-
Packages that use Dimensions.Units Package Description com.pd4ml -
-
Uses of Dimensions.Units in com.pd4ml
Methods in com.pd4ml that return Dimensions.Units Modifier and Type Method Description static Dimensions.Units
Dimensions.Units. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Dimensions.Units[]
Dimensions.Units. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.pd4ml with parameters of type Dimensions.Units Constructor Description PageMargins(float left, float top, float right, float bottom, Dimensions.Units units)
PageSize(float width, float height, Dimensions.Units units)
creates an instance of page size object in given dimension units
-