Class DerivedValueFactory
- java.lang.Object
-
- com.openhtmltopdf.css.style.derived.DerivedValueFactory
-
public class DerivedValueFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description DerivedValueFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FSDerivedValuenewDerivedValue(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 explicitinheritvalues with values from an ancestor.
-
-