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

Class BorderColorReadHandler

Implemented Interfaces:
CSSCompoundValueReadHandler, CSSValueReadHandler

public class BorderColorReadHandler
extends java.lang.Object
implements CSSValueReadHandler, CSSCompoundValueReadHandler

Creation-Date: 27.11.2005, 19:07:11
Author:
Thomas Morgner

Constructor Summary

BorderColorReadHandler()

Method Summary

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

Constructor Details

BorderColorReadHandler

public BorderColorReadHandler()

Method Details

createValue

public CSSValue createValue(StyleKey name,
                            LexicalUnit value)
Specified by:
createValue in interface CSSValueReadHandler

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