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
-
-
Field Summary
Fields Modifier and Type Field Description static CSSConstantNORMAL
-
Constructor Summary
Constructors Modifier Constructor Description protectedSpacingLimitReadHandler()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.util.MapcreateValues(org.w3c.css.sac.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
-
-
Method Detail
-
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:
createValuesin interfaceCSSCompoundValueReadHandler- Parameters:
unit-- Returns:
-
getMinimumKey
protected abstract StyleKey getMinimumKey()
-
getMaximumKey
protected abstract StyleKey getMaximumKey()
-
getOptimumKey
protected abstract StyleKey getOptimumKey()
-
getAffectedKeys
public StyleKey[] getAffectedKeys()
- Specified by:
getAffectedKeysin interfaceCSSCompoundValueReadHandler
-
-