public class BorderWidthReadHandler extends AbstractWidthReadHandler implements CSSCompoundValueReadHandler
Modifier | Constructor and Description |
---|---|
|
BorderWidthReadHandler() |
protected |
BorderWidthReadHandler(boolean allowPercentages,
boolean allowAuto) |
Modifier and Type | Method and Description |
---|---|
java.util.Map |
createValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
|
StyleKey[] |
getAffectedKeys() |
protected CSSValue |
parseWidth(LexicalUnit value) |
createValue, isAllowAuto, isAllowPercentages
public BorderWidthReadHandler()
protected BorderWidthReadHandler(boolean allowPercentages, boolean allowAuto)
protected CSSValue parseWidth(LexicalUnit value)
parseWidth
in class AbstractWidthReadHandler
public java.util.Map createValues(LexicalUnit unit)
createValues
in interface CSSCompoundValueReadHandler
unit
- public StyleKey[] getAffectedKeys()
getAffectedKeys
in interface CSSCompoundValueReadHandler