CSSCompoundValueReadHandler, CSSValueReadHandlerColumnRuleWidthReadHandler, TextDecorationWidthReadHandlerpublic class BorderWidthReadHandler extends AbstractWidthReadHandler implements CSSCompoundValueReadHandler
| Modifier | Constructor | Description |
|---|---|---|
|
BorderWidthReadHandler() |
|
protected |
BorderWidthReadHandler(boolean allowPercentages,
boolean allowAuto) |
| 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 CSSValue |
parseWidth(org.w3c.css.sac.LexicalUnit value) |
createValue, isAllowAuto, isAllowPercentagespublic BorderWidthReadHandler()
protected BorderWidthReadHandler(boolean allowPercentages,
boolean allowAuto)
protected CSSValue parseWidth(org.w3c.css.sac.LexicalUnit value)
parseWidth in class AbstractWidthReadHandlerpublic java.util.Map createValues(org.w3c.css.sac.LexicalUnit unit)
createValues in interface CSSCompoundValueReadHandlerunit - public StyleKey[] getAffectedKeys()
getAffectedKeys in interface CSSCompoundValueReadHandler