org.jfree.layouting.input.style.parser.stylehandler.text
Class WritingModeReadHandler

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.text.WritingModeReadHandler
All Implemented Interfaces:
CSSCompoundValueReadHandler

public class WritingModeReadHandler
extends java.lang.Object
implements CSSCompoundValueReadHandler

Creation-Date: 02.12.2005, 17:38:27

Author:
Thomas Morgner

Constructor Summary
WritingModeReadHandler()
           
 
Method Summary
 java.util.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WritingModeReadHandler

public WritingModeReadHandler()
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
Parameters:
unit -
Returns:

getAffectedKeys

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