| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.layouting.input.style.parser.stylehandler.AbstractWidthReadHandlerorg.jfree.layouting.input.style.parser.stylehandler.border.BorderWidthReadHandlerpublic class BorderWidthReadHandlerextends AbstractWidthReadHandlerimplements CSSCompoundValueReadHandlerConstructor Summary | |
| |
Method Summary | |
Map |
|
StyleKey[] | |
protected CSSValue |
|
Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.AbstractWidthReadHandler | |
createValue, isAllowAuto, isAllowPercentages, parseWidth | |
public BorderWidthReadHandler()
protected BorderWidthReadHandler(boolean allowPercentages,
boolean allowAuto)public Map createValues(LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
- Specified by:
- createValues in interface CSSCompoundValueReadHandler
- Parameters:
unit-
- Returns:
public StyleKey[] getAffectedKeys()
- Specified by:
- getAffectedKeys in interface CSSCompoundValueReadHandler
protected CSSValue parseWidth(LexicalUnit value)
- Overrides:
- parseWidth in interface AbstractWidthReadHandler