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 voidaddHandler(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:
getAffectedKeysin interfaceCSSCompoundValueReadHandler
-
createValues
Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.- Specified by:
createValuesin interfaceCSSCompoundValueReadHandler- Parameters:
unit-- Returns:
-