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

Class ListStyleReadHandler

Implemented Interfaces:
CSSCompoundValueReadHandler

public class ListStyleReadHandler
extends java.lang.Object
implements CSSCompoundValueReadHandler

Creation-Date: 01.12.2005, 19:36:10
Author:
Thomas Morgner

Constructor Summary

ListStyleReadHandler()

Method Summary

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

Constructor Details

ListStyleReadHandler

public ListStyleReadHandler()

Method Details

createValues

public Map createValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
Specified by:
createValues in interface CSSCompoundValueReadHandler
Parameters:
unit -
Returns:

getAffectedKeys

public StyleKey[] getAffectedKeys()
Specified by:
getAffectedKeys in interface CSSCompoundValueReadHandler