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