| Package | Description |
|---|---|
| com.sun.javafx.css |
| Modifier and Type | Field and Description |
|---|---|
private SizeUnits |
Size.units |
| Modifier and Type | Method and Description |
|---|---|
SizeUnits |
Size.getUnits() |
static SizeUnits |
SizeUnits.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SizeUnits[] |
SizeUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Size(double value,
SizeUnits units) |