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

Class BorderWidthReadHandler

public class BorderWidthReadHandler extends AbstractWidthReadHandler implements CSSCompoundValueReadHandler

Creation-Date: 27.11.2005, 19:07:11

Author: Thomas Morgner

Constructor Summary
BorderWidthReadHandler()
protected BorderWidthReadHandler(boolean allowPercentages, boolean allowAuto)
Method Summary
MapcreateValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
StyleKey[]getAffectedKeys()
protected CSSValueparseWidth(LexicalUnit value)

Constructor Detail

BorderWidthReadHandler

public BorderWidthReadHandler()

BorderWidthReadHandler

protected BorderWidthReadHandler(boolean allowPercentages, boolean allowAuto)

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()

parseWidth

protected CSSValue parseWidth(LexicalUnit value)