public abstract class SpacingLimitReadHandler extends java.lang.Object implements CSSCompoundValueReadHandler
| Modifier and Type | Field and Description |
|---|---|
static CSSConstant |
NORMAL |
| Modifier | Constructor and Description |
|---|---|
protected |
SpacingLimitReadHandler() |
| Modifier and Type | Method and 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 CSSCompoundValueReadHandlerunit - protected abstract StyleKey getMinimumKey()
protected abstract StyleKey getMaximumKey()
protected abstract StyleKey getOptimumKey()
public StyleKey[] getAffectedKeys()
getAffectedKeys in interface CSSCompoundValueReadHandler