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

Class BorderRadiusReadHandler

public class BorderRadiusReadHandler extends Object implements CSSValueReadHandler, CSSCompoundValueReadHandler

This looks a bit funny, as if the standard has not been completed. THe compound property may change ...

Author: Thomas Morgner

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

Constructor Detail

BorderRadiusReadHandler

public BorderRadiusReadHandler()

Method Detail

createValue

public CSSValue createValue(StyleKey name, LexicalUnit value)

createValues

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

Parameters: unit

Returns:

getAffectedKeys

public StyleKey[] getAffectedKeys()