| Package | Description |
|---|---|
| org.fireweb.css |
| Modifier and Type | Method and Description |
|---|---|
Unit |
Length.getUnit() |
static Unit |
Unit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Unit[] |
Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Length |
Length.setUnit(Unit unit) |
| Constructor and Description |
|---|
Length(double value,
Unit unit)
Creates length with given value and
Unit |