| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit |
| Modifier and Type | Method and Description |
|---|---|
TermNumeric.Unit |
TermNumeric.getUnit()
Returns unit of type or
null if not defined
for numeric types that does not allow units |
static TermNumeric.Unit |
TermNumeric.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TermNumeric.Unit[] |
TermNumeric.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
TermAngle |
TermFactory.createAngle(String value,
TermNumeric.Unit unit,
int unary) |
TermFrequency |
TermFactory.createFrequency(String value,
TermNumeric.Unit unit,
int unary) |
TermLength |
TermFactory.createLength(Float value,
TermNumeric.Unit unit) |
TermLength |
TermFactory.createLength(String value,
TermNumeric.Unit unit,
int unary) |
TermTime |
TermFactory.createTime(String value,
TermNumeric.Unit unit,
int unary) |
TermNumeric<T> |
TermNumeric.setUnit(TermNumeric.Unit unit)
Sets unit
|
| Modifier and Type | Field and Description |
|---|---|
protected TermNumeric.Unit |
TermNumericImpl.unit |
| Modifier and Type | Method and Description |
|---|---|
TermNumeric.Unit |
TermNumericImpl.getUnit() |
| Modifier and Type | Method and Description |
|---|---|
TermAngle |
TermFactoryImpl.createAngle(String value,
TermNumeric.Unit unit,
int unary) |
TermFrequency |
TermFactoryImpl.createFrequency(String value,
TermNumeric.Unit unit,
int unary) |
TermLength |
TermFactoryImpl.createLength(Float value,
TermNumeric.Unit unit) |
TermLength |
TermFactoryImpl.createLength(String value,
TermNumeric.Unit unit,
int unary) |
TermTime |
TermFactoryImpl.createTime(String value,
TermNumeric.Unit unit,
int unary) |
TermNumeric<T> |
TermNumericImpl.setUnit(TermNumeric.Unit unit) |
Copyright © 2014. All rights reserved.