Package | Description |
---|---|
com.pd4ml.html.doc.util |
Modifier and Type | Method and Description |
---|---|
static Length.PhysicalUnit |
Length.PhysicalUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Length.PhysicalUnit[] |
Length.PhysicalUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Length |
Length.instance(Length.Type vtype,
double value,
Length.PhysicalUnit unit) |
static Length |
Length.instance(Length.Type vtype,
float value,
Length.PhysicalUnit unit) |
Revision 4.0.15 / 20220727-0149