org.jfree.layouting.input.style.parser.stylehandler.color
Class ColorReadHandler

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.color.ColorReadHandler
All Implemented Interfaces:
CSSValueReadHandler
Direct Known Subclasses:
ColumnRuleColorReadHandler, TextLineColorReadHandler

public class ColorReadHandler
extends java.lang.Object
implements CSSValueReadHandler

Creation-Date: 26.11.2005, 20:22:46

Author:
Thomas Morgner

Constructor Summary
ColorReadHandler()
           
 
Method Summary
static CSSValue createColorValue(org.w3c.css.sac.LexicalUnit value)
           
 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

ColorReadHandler

public ColorReadHandler()
Method Detail

createValue

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

createColorValue

public static CSSValue createColorValue(org.w3c.css.sac.LexicalUnit value)