Class BorderRightReadHandler
- java.lang.Object
-
- org.jfree.layouting.input.style.parser.stylehandler.OneOfConstantsReadHandler
-
- org.jfree.layouting.input.style.parser.stylehandler.border.BorderStyleReadHandler
-
- org.jfree.layouting.input.style.parser.stylehandler.border.BorderRightReadHandler
-
- All Implemented Interfaces:
CSSCompoundValueReadHandler,CSSValueReadHandler
public class BorderRightReadHandler extends BorderStyleReadHandler
Creation-Date: 27.11.2005, 19:52:12- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description BorderRightReadHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.MapcreateValues(org.w3c.css.sac.LexicalUnit unit)Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.-
Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.border.BorderStyleReadHandler
getAffectedKeys
-
Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.OneOfConstantsReadHandler
addValue, createValue, isAutoAllowed, lookupValue
-
-
-
-
Method Detail
-
createValues
public java.util.Map createValues(org.w3c.css.sac.LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.- Specified by:
createValuesin interfaceCSSCompoundValueReadHandler- Overrides:
createValuesin classBorderStyleReadHandler- Parameters:
unit-- Returns:
-
-