| Package | Description |
|---|---|
| cz.vutbr.web.css | |
| cz.vutbr.web.csskit |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TermAngle |
interface |
TermCalc
A value of the calc() expression.
|
interface |
TermFloatValue
A basic interface of any term type with the float value.
|
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 |
TermResolution
A term representing a resolution.
|
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
|
TermNumeric<T> |
TermNumeric.setZero()
Sets the value to zero.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TermAngleImpl |
class |
TermCalcAngleImpl |
class |
TermCalcFrequencyImpl |
class |
TermCalcIntegerImpl |
class |
TermCalcLengthImpl |
class |
TermCalcNumberImpl |
class |
TermCalcResolutionImpl |
class |
TermCalcTimeImpl |
class |
TermFloatValueImpl |
class |
TermFrequencyImpl |
class |
TermIntegerImpl |
class |
TermLengthImpl |
class |
TermNumberImpl
TermIdent
|
class |
TermNumericImpl<T extends Number> |
class |
TermPercentImpl
TermPercent
|
class |
TermResolutionImpl |
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) |
TermNumeric<Float> |
TermFloatValueImpl.setZero() |
Copyright © 2019. All rights reserved.