org.jfree.layouting.input.style.parser.stylehandler

Class ListOfValuesReadHandler

public abstract class ListOfValuesReadHandler extends Object implements CSSValueReadHandler

Creation-Date: 26.11.2005, 19:16:43

Author: Thomas Morgner

Constructor Summary
protected ListOfValuesReadHandler()
protected ListOfValuesReadHandler(int maxCount, boolean distinct)
Method Summary
CSSValuecreateValue(StyleKey name, LexicalUnit value)
intgetMaxCount()
booleanisDistinctValues()
protected abstract CSSValueparseValue(LexicalUnit value)

Constructor Detail

ListOfValuesReadHandler

protected ListOfValuesReadHandler()

ListOfValuesReadHandler

protected ListOfValuesReadHandler(int maxCount, boolean distinct)

Method Detail

createValue

public CSSValue createValue(StyleKey name, LexicalUnit value)

getMaxCount

public int getMaxCount()

isDistinctValues

public boolean isDistinctValues()

parseValue

protected abstract CSSValue parseValue(LexicalUnit value)