org.jfree.layouting.input.style.parser.stylehandler.column
Class ColumnRuleReadHandler

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.AbstractCompoundValueReadHandler
      extended by org.jfree.layouting.input.style.parser.stylehandler.column.ColumnRuleReadHandler
All Implemented Interfaces:
CSSCompoundValueReadHandler

public class ColumnRuleReadHandler
extends AbstractCompoundValueReadHandler

Creation-Date: 03.12.2005, 21:56:57

Author:
Thomas Morgner

Constructor Summary
ColumnRuleReadHandler()
           
 
Method Summary
 java.util.Map createValues(org.w3c.css.sac.LexicalUnit unit)
          Parses the LexicalUnit and returns a map of (StyleKey, CSSValue) pairs.
 
Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.AbstractCompoundValueReadHandler
addHandler, getAffectedKeys
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnRuleReadHandler

public ColumnRuleReadHandler()
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:
createValues in interface CSSCompoundValueReadHandler
Overrides:
createValues in class AbstractCompoundValueReadHandler
Parameters:
unit -
Returns: