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 java.util.List
getValues()
-
Methods inherited from class org.xhtmlrenderer.css.style.DerivedValue
asColor, asFloat, asIdentValue, asString, asStringArray, getCssSacUnitType, getFloatProportionalTo, getStringValue, hasAbsoluteUnit, isAbsoluteUnit, isDeclaredInherit, isDependentOnFontSize, isIdent
-
-
-
-
Constructor Detail
-
ListValue
public ListValue(CSSName name, PropertyValue value)
-
-