Class DerivedValueFactory
- java.lang.Object
-
- com.openhtmltopdf.css.style.derived.DerivedValueFactory
-
public class DerivedValueFactory extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DerivedValueFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FSDerivedValue
newDerivedValue(CalculatedStyle style, CSSName cssName, PropertyValue value)
Derived value factory.
-
-
-
Method Detail
-
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.
-
-