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

Class AbstractCompoundValueReadHandler

public class AbstractCompoundValueReadHandler extends Object implements CSSCompoundValueReadHandler

Creation-Date: 03.12.2005, 19:10:30

Author: Thomas Morgner

Constructor Summary
AbstractCompoundValueReadHandler()
Method Summary
protected voidaddHandler(StyleKey key, CSSValueReadHandler handler)
MapcreateValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
StyleKey[]getAffectedKeys()

Constructor Detail

AbstractCompoundValueReadHandler

public AbstractCompoundValueReadHandler()

Method Detail

addHandler

protected void addHandler(StyleKey key, CSSValueReadHandler handler)

createValues

public Map createValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.

Parameters: unit

Returns:

getAffectedKeys

public StyleKey[] getAffectedKeys()