Class ListOfValuesReadHandler
- java.lang.Object
-
- org.jfree.layouting.input.style.parser.stylehandler.ListOfValuesReadHandler
-
- All Implemented Interfaces:
CSSValueReadHandler
- Direct Known Subclasses:
BackgroundImageReadHandler,FontFamilyReadHandler,ListOfConstantsReadHandler,PseudoclassReadHandler,TextOverflowEllipsisReadHandler
public abstract class ListOfValuesReadHandler extends java.lang.Object implements CSSValueReadHandler
Creation-Date: 26.11.2005, 19:16:43- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedListOfValuesReadHandler()protectedListOfValuesReadHandler(int maxCount, boolean distinct)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description CSSValuecreateValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)intgetMaxCount()booleanisDistinctValues()protected abstract CSSValueparseValue(org.w3c.css.sac.LexicalUnit value)
-
-
-
Method Detail
-
isDistinctValues
public boolean isDistinctValues()
-
getMaxCount
public int getMaxCount()
-
createValue
public CSSValue createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
- Specified by:
createValuein interfaceCSSValueReadHandler
-
parseValue
protected abstract CSSValue parseValue(org.w3c.css.sac.LexicalUnit value)
-
-