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
Creation-Date: 03.12.2005, 19:10:30
- Author:
- Thomas Morgner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addHandler
(StyleKey key, CSSValueReadHandler handler) createValues
(org.w3c.css.sac.LexicalUnit unit) Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.StyleKey[]
-
Constructor Details
-
AbstractCompoundValueReadHandler
public AbstractCompoundValueReadHandler()
-
-
Method Details
-
addHandler
-
getAffectedKeys
- Specified by:
getAffectedKeys
in interfaceCSSCompoundValueReadHandler
-
createValues
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.- Specified by:
createValues
in interfaceCSSCompoundValueReadHandler
- Parameters:
unit
-- Returns:
-