org.jfree.layouting.input.style.parser.stylehandler.text
Class SpacingLimitReadHandler
java.lang.Object
org.jfree.layouting.input.style.parser.stylehandler.text.SpacingLimitReadHandler
- All Implemented Interfaces:
- CSSCompoundValueReadHandler
- Direct Known Subclasses:
- LetterSpacingLimitReadHandler, WordSpacingLimitReadHandler
public abstract class SpacingLimitReadHandler
- extends java.lang.Object
- implements CSSCompoundValueReadHandler
Creation-Date: 24.05.2006, 15:13:13
- Author:
- Thomas Morgner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NORMAL
public static final CSSConstant NORMAL
SpacingLimitReadHandler
protected SpacingLimitReadHandler()
createValues
public java.util.Map createValues(org.w3c.css.sac.LexicalUnit unit)
- Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
- Specified by:
createValues
in interface CSSCompoundValueReadHandler
- Parameters:
unit
-
- Returns:
getMinimumKey
protected abstract StyleKey getMinimumKey()
getMaximumKey
protected abstract StyleKey getMaximumKey()
getOptimumKey
protected abstract StyleKey getOptimumKey()
getAffectedKeys
public StyleKey[] getAffectedKeys()
- Specified by:
getAffectedKeys
in interface CSSCompoundValueReadHandler