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

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

public class TextLineColorReadHandler
extends ColorReadHandler

Creation-Date: 08.12.2005, 17:03:03

Author:
Thomas Morgner

Constructor Summary
TextLineColorReadHandler()
           
 
Method Summary
 CSSValue createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
           
 
Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.color.ColorReadHandler
createColorValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextLineColorReadHandler

public TextLineColorReadHandler()
Method Detail

createValue

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