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

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

public class ColumnRuleColorReadHandler
extends ColorReadHandler

Creation-Date: 04.12.2005, 13:24:46

Author:
Thomas Morgner

Constructor Summary
ColumnRuleColorReadHandler()
           
 
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

ColumnRuleColorReadHandler

public ColumnRuleColorReadHandler()
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