Class ListValue
- java.lang.Object
-
- com.openhtmltopdf.css.style.DerivedValue
-
- com.openhtmltopdf.css.style.derived.ListValue
-
- All Implemented Interfaces:
FSDerivedValue
public class ListValue extends DerivedValue
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<PropertyValue>
_values
-
Constructor Summary
Constructors Constructor Description ListValue(CSSName name, PropertyValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]
asStringArray()
java.util.List<PropertyValue>
getValues()
-
Methods inherited from class com.openhtmltopdf.css.style.DerivedValue
asColor, asFloat, asIdentValue, asString, getCssSacUnitType, getFloatProportionalTo, getStringValue, hasAbsoluteUnit, isAbsoluteUnit, isDeclaredInherit, isDependentOnFontSize, isIdent
-
-
-
-
Field Detail
-
_values
private final java.util.List<PropertyValue> _values
-
-
Constructor Detail
-
ListValue
public ListValue(CSSName name, PropertyValue value)
-
-
Method Detail
-
getValues
public java.util.List<PropertyValue> getValues()
-
asStringArray
public java.lang.String[] asStringArray()
- Specified by:
asStringArray
in interfaceFSDerivedValue
- Overrides:
asStringArray
in classDerivedValue
-
-