public interface FSDerivedValue
| Modifier and Type | Method and Description |
|---|---|
FSColor |
asColor() |
float |
asFloat() |
IdentValue |
asIdentValue() |
String |
asString() |
String[] |
asStringArray() |
float |
getFloatProportionalTo(CSSName cssName,
float baseValue,
CssContext ctx) |
boolean |
hasAbsoluteUnit() |
boolean |
isDeclaredInherit() |
boolean |
isDependentOnFontSize() |
boolean |
isIdent() |
boolean isDeclaredInherit()
float asFloat()
FSColor asColor()
float getFloatProportionalTo(CSSName cssName, float baseValue, CssContext ctx)
String asString()
String[] asStringArray()
IdentValue asIdentValue()
boolean hasAbsoluteUnit()
boolean isDependentOnFontSize()
boolean isIdent()
Copyright © 2018. All rights reserved.