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

Class SpacingLimitReadHandler

public abstract class SpacingLimitReadHandler extends Object implements CSSCompoundValueReadHandler

Creation-Date: 24.05.2006, 15:13:13

Author: Thomas Morgner

Field Summary
static CSSConstantNORMAL
Constructor Summary
protected SpacingLimitReadHandler()
Method Summary
MapcreateValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
StyleKey[]getAffectedKeys()
protected abstract StyleKeygetMaximumKey()
protected abstract StyleKeygetMinimumKey()
protected abstract StyleKeygetOptimumKey()

Field Detail

NORMAL

public static final CSSConstant NORMAL

Constructor Detail

SpacingLimitReadHandler

protected SpacingLimitReadHandler()

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

getMaximumKey

protected abstract StyleKey getMaximumKey()

getMinimumKey

protected abstract StyleKey getMinimumKey()

getOptimumKey

protected abstract StyleKey getOptimumKey()