| 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 |
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 | 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 |
TermPercentImpl
TermPercent
|
class |
TermResolutionImpl |
class |
TermTimeImpl |
| Modifier and Type | Method and Description |
|---|---|
T |
CalcArgs.Evaluator.evaluateArgument(TermFloatValue val) |
String |
CalcArgs.StringEvaluator.evaluateArgument(TermFloatValue val) |
Double |
CalcArgs.DoubleEvaluator.evaluateArgument(TermFloatValue val) |
abstract double |
CalcArgs.DoubleEvaluator.resolveValue(TermFloatValue val)
Evaluates an atomic value.
|
Copyright © 2019. All rights reserved.