| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TermAngle |
interface |
TermFrequency
Holds frequency term
|
interface |
TermInteger
Holds integer value
|
interface |
TermLength
Holds float value with associated units (CSS length)
|
interface |
TermLengthOrPercent
Holds a float number which is either a CSS length or percentage.
|
interface |
TermNumber
Holds numeric value where units are not allowed
|
interface |
TermPercent
Holds numeric value which is of type of percent
|
interface |
TermTime
Holds CSS time value
|
| Modifier and Type | Method and Description |
|---|---|
TermNumeric<Float> |
TermFactory.createDimension(String value,
int unary) |
TermNumeric<?> |
TermFactory.createNumeric(String value,
int unary) |
TermNumeric<T> |
TermNumeric.setUnit(TermNumeric.Unit unit)
Sets unit
|
| Modifier and Type | Class and Description |
|---|---|
class |
TermAngleImpl |
class |
TermFrequencyImpl |
class |
TermIntegerImpl |
class |
TermLengthImpl |
class |
TermNumberImpl
TermIdent
|
class |
TermNumericImpl<T> |
class |
TermPercentImpl
TermPercent
|
class |
TermTimeImpl |
| Modifier and Type | Method and Description |
|---|---|
TermNumeric<Float> |
TermFactoryImpl.createDimension(String value,
int unary) |
TermNumeric<?> |
TermFactoryImpl.createNumeric(String value,
int unary) |
TermNumeric<T> |
TermNumericImpl.setUnit(TermNumeric.Unit unit) |
Copyright © 2014. All rights reserved.