org.jfree.layouting.input.style.parser.stylehandler.text
public abstract class SpacingLimitReadHandler extends Object implements CSSCompoundValueReadHandler
| Field Summary | |
|---|---|
| static CSSConstant | NORMAL |
| Constructor Summary | |
|---|---|
| protected | SpacingLimitReadHandler() |
| Method Summary | |
|---|---|
| Map | createValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
|
| StyleKey[] | getAffectedKeys() |
| protected abstract StyleKey | getMaximumKey() |
| protected abstract StyleKey | getMinimumKey() |
| protected abstract StyleKey | getOptimumKey() |
Parameters: unit
Returns: