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

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

public class TextScriptReadHandler
extends java.lang.Object
implements CSSValueReadHandler

Creation-Date: 08.12.2005, 17:10:11

Author:
Thomas Morgner

Constructor Summary
TextScriptReadHandler()
           
 
Method Summary
 CSSValue createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextScriptReadHandler

public TextScriptReadHandler()
Method Detail

createValue

public CSSValue createValue(StyleKey name,
                            org.w3c.css.sac.LexicalUnit value)
Specified by:
createValue in interface CSSValueReadHandler