Class DerivedValueFactory
java.lang.Object
com.openhtmltopdf.css.style.derived.DerivedValueFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FSDerivedValue
newDerivedValue
(CalculatedStyle style, CSSName cssName, PropertyValue value) Derived value factory.
-
Constructor Details
-
DerivedValueFactory
public DerivedValueFactory()
-
-
Method Details
-
newDerivedValue
public static FSDerivedValue newDerivedValue(CalculatedStyle style, CSSName cssName, PropertyValue value) Derived value factory. Requires a reference to a style so that it can resolve explicitinherit
values with values from an ancestor.
-