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

Class ListOfPairReadHandler

public abstract class ListOfPairReadHandler extends Object implements CSSValueReadHandler

Creation-Date: 26.11.2005, 19:23:09

Author: Thomas Morgner

Constructor Summary
protected ListOfPairReadHandler()
Method Summary
protected voidaddToResultList(ArrayList values, CSSValue firstPosition, CSSValue secondPosition)
CSSValuecreateValue(StyleKey name, LexicalUnit value)
protected abstract CSSValueparseFirstPosition(LexicalUnit value)
protected abstract CSSValueparseSecondPosition(LexicalUnit value, CSSValue first)

Constructor Detail

ListOfPairReadHandler

protected ListOfPairReadHandler()

Method Detail

addToResultList

protected void addToResultList(ArrayList values, CSSValue firstPosition, CSSValue secondPosition)

createValue

public CSSValue createValue(StyleKey name, LexicalUnit value)

parseFirstPosition

protected abstract CSSValue parseFirstPosition(LexicalUnit value)

parseSecondPosition

protected abstract CSSValue parseSecondPosition(LexicalUnit value, CSSValue first)