CSSCompoundValueReadHandler
LetterSpacingLimitReadHandler
, WordSpacingLimitReadHandler
public abstract class SpacingLimitReadHandler extends java.lang.Object implements CSSCompoundValueReadHandler
Modifier and Type | Field | Description |
---|---|---|
static CSSConstant |
NORMAL |
Modifier | Constructor | Description |
---|---|---|
protected |
SpacingLimitReadHandler() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map |
createValues(org.w3c.css.sac.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() |
public static final CSSConstant NORMAL
public java.util.Map createValues(org.w3c.css.sac.LexicalUnit unit)
createValues
in interface CSSCompoundValueReadHandler
unit
- protected abstract StyleKey getMinimumKey()
protected abstract StyleKey getMaximumKey()
protected abstract StyleKey getOptimumKey()
public StyleKey[] getAffectedKeys()
getAffectedKeys
in interface CSSCompoundValueReadHandler