| Package | Description |
|---|---|
| com.helger.css | |
| com.helger.css.decl | |
| com.helger.css.propertyvalue | |
| com.helger.css.utils |
| Modifier and Type | Field and Description |
|---|---|
static ECSSUnit |
ECSSUnit.LENGTH_PX
Length in pixel
|
| Modifier and Type | Method and Description |
|---|---|
static ECSSUnit |
ECSSUnit.getFromNameOrDefault(String sName,
ECSSUnit eDefault) |
static ECSSUnit |
ECSSUnit.getFromNameOrNull(String sName) |
static ECSSUnit |
ECSSUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECSSUnit[] |
ECSSUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static ECSSUnit |
ECSSUnit.getFromNameOrDefault(String sName,
ECSSUnit eDefault) |
| Modifier and Type | Method and Description |
|---|---|
ECSSUnit |
CSSExpressionMemberMathUnitSimple.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
ECSSUnit |
CSSSimpleValueWithUnit.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
CSSSimpleValueWithUnit |
CSSSimpleValueWithUnit.setUnit(ECSSUnit eUnit)
Set the unit type.
|
| Constructor and Description |
|---|
CSSSimpleValueWithUnit(BigDecimal aValue,
ECSSUnit eUnit)
Constructor
|
CSSSimpleValueWithUnit(double dValue,
ECSSUnit eUnit)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static ECSSUnit |
CSSNumberHelper.getMatchingUnitExclPercentage(String sCSSValue)
Try to find the unit that is used in the specified values.
|
static ECSSUnit |
CSSNumberHelper.getMatchingUnitInclPercentage(String sCSSValue)
Try to find the unit that is used in the specified values.
|
Copyright © 2014–2018 Philip Helger. All rights reserved.