org.jfree.layouting.input.style.parser

Interface CSSCompoundValueReadHandler

public interface CSSCompoundValueReadHandler

Creation-Date: 26.11.2005, 19:45:45

Author: Thomas Morgner

Method Summary
MapcreateValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
StyleKey[]getAffectedKeys()

Method Detail

createValues

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

Parameters: unit

Returns:

getAffectedKeys

public StyleKey[] getAffectedKeys()