Uses of Interface
com.openhtmltopdf.css.style.FSDerivedValue
-
Packages that use FSDerivedValue Package Description com.openhtmltopdf.css.constants com.openhtmltopdf.css.style com.openhtmltopdf.css.style.derived -
-
Uses of FSDerivedValue in com.openhtmltopdf.css.constants
Classes in com.openhtmltopdf.css.constants that implement FSDerivedValue Modifier and Type Class Description class
IdentValue
An IdentValue represents a string that you can assign to a CSS property, where the string is one of several enumerated values.Fields in com.openhtmltopdf.css.constants declared as FSDerivedValue Modifier and Type Field Description private FSDerivedValue
CSSName. initialDerivedValue
Methods in com.openhtmltopdf.css.constants that return FSDerivedValue Modifier and Type Method Description FSDerivedValue
IdentValue. computedValue()
static FSDerivedValue
CSSName. initialDerivedValue(CSSName cssName)
-
Uses of FSDerivedValue in com.openhtmltopdf.css.style
Classes in com.openhtmltopdf.css.style that implement FSDerivedValue Modifier and Type Class Description class
DerivedValue
Fields in com.openhtmltopdf.css.style declared as FSDerivedValue Modifier and Type Field Description private FSDerivedValue[]
CalculatedStyle. _derivedValuesById
Our main array of property values defined in this style, keyed by the CSSName assigned ID.Methods in com.openhtmltopdf.css.style that return FSDerivedValue Modifier and Type Method Description private FSDerivedValue
CalculatedStyle. deriveValue(CSSName cssName, CSSPrimitiveValue value)
FSDerivedValue[]
CalculatedStyle. getderivedValuesById()
FSDerivedValue
CalculatedStyle. valueByName(CSSName cssName)
Returns aFSDerivedValue
by name. -
Uses of FSDerivedValue in com.openhtmltopdf.css.style.derived
Classes in com.openhtmltopdf.css.style.derived that implement FSDerivedValue Modifier and Type Class Description class
ColorValue
class
CountersValue
class
FunctionValue
class
LengthValue
class
ListValue
class
NumberValue
class
StringValue
Methods in com.openhtmltopdf.css.style.derived that return FSDerivedValue Modifier and Type Method Description static FSDerivedValue
DerivedValueFactory. newDerivedValue(CalculatedStyle style, CSSName cssName, PropertyValue value)
Derived value factory.
-