Class TextDecorationReadHandler
- java.lang.Object
-
- org.jfree.layouting.input.style.parser.stylehandler.OneOfConstantsReadHandler
-
- org.jfree.layouting.input.style.parser.stylehandler.text.TextDecorationReadHandler
-
- All Implemented Interfaces:
CSSCompoundValueReadHandler,CSSValueReadHandler
public class TextDecorationReadHandler extends OneOfConstantsReadHandler implements CSSCompoundValueReadHandler
Creation-Date: 03.12.2005, 19:06:09- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description TextDecorationReadHandler()
-
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.StyleKey[]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- Parameters:
unit-- Returns:
-
getAffectedKeys
public StyleKey[] getAffectedKeys()
- Specified by:
getAffectedKeysin interfaceCSSCompoundValueReadHandler
-
-