Class WordSpacingLimitReadHandler
- java.lang.Object
-
- org.jfree.layouting.input.style.parser.stylehandler.text.SpacingLimitReadHandler
-
- org.jfree.layouting.input.style.parser.stylehandler.text.WordSpacingLimitReadHandler
-
- All Implemented Interfaces:
CSSCompoundValueReadHandler
public class WordSpacingLimitReadHandler extends SpacingLimitReadHandler
Creation-Date: 28.11.2005, 20:44:02- Author:
- Thomas Morgner
-
-
Field Summary
-
Fields inherited from class org.jfree.layouting.input.style.parser.stylehandler.text.SpacingLimitReadHandler
NORMAL
-
-
Constructor Summary
Constructors Constructor Description WordSpacingLimitReadHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StyleKeygetMaximumKey()protected StyleKeygetMinimumKey()protected StyleKeygetOptimumKey()-
Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.text.SpacingLimitReadHandler
createValues, getAffectedKeys
-
-
-
-
Method Detail
-
getMinimumKey
protected StyleKey getMinimumKey()
- Specified by:
getMinimumKeyin classSpacingLimitReadHandler
-
getMaximumKey
protected StyleKey getMaximumKey()
- Specified by:
getMaximumKeyin classSpacingLimitReadHandler
-
getOptimumKey
protected StyleKey getOptimumKey()
- Specified by:
getOptimumKeyin classSpacingLimitReadHandler
-
-