org.pentaho.reporting.libraries.css.parser.stylehandler.text
Class TextDecorationReadHandler

java.lang.Object
  extended by org.pentaho.reporting.libraries.css.parser.stylehandler.OneOfConstantsReadHandler
      extended by org.pentaho.reporting.libraries.css.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
TextDecorationReadHandler()
           
 
Method Summary
 Map createValues(org.w3c.css.sac.LexicalUnit unit)
          Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
 StyleKey[] getAffectedKeys()
           
 
Methods inherited from class org.pentaho.reporting.libraries.css.parser.stylehandler.OneOfConstantsReadHandler
createValue, isAutoAllowed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextDecorationReadHandler

public TextDecorationReadHandler()
Method Detail

createValues

public Map createValues(org.w3c.css.sac.LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.

Specified by:
createValues in interface CSSCompoundValueReadHandler
Parameters:
unit -
Returns:

getAffectedKeys

public StyleKey[] getAffectedKeys()
Specified by:
getAffectedKeys in interface CSSCompoundValueReadHandler