Class AbstractCompoundValueReadHandler
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.parser.stylehandler.AbstractCompoundValueReadHandler
-
- All Implemented Interfaces:
CSSCompoundValueReadHandler
- Direct Known Subclasses:
ColumnRuleReadHandler
,LineGridReadHandler
,TextLineThroughReadHandler
,TextOverlineReadHandler
,TextUnderlineReadHandler
public class AbstractCompoundValueReadHandler extends Object implements CSSCompoundValueReadHandler
Creation-Date: 03.12.2005, 19:10:30- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Constructor Description AbstractCompoundValueReadHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addHandler(StyleKey key, CSSValueReadHandler handler)
Map
createValues(org.w3c.css.sac.LexicalUnit unit)
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.StyleKey[]
getAffectedKeys()
-
-
-
Method Detail
-
addHandler
protected void addHandler(StyleKey key, CSSValueReadHandler handler)
-
getAffectedKeys
public StyleKey[] getAffectedKeys()
- Specified by:
getAffectedKeys
in interfaceCSSCompoundValueReadHandler
-
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 interfaceCSSCompoundValueReadHandler
- Parameters:
unit
-- Returns:
-
-