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

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

public class ColumnWidthReadHandler
extends java.lang.Object
implements CSSValueReadHandler

Creation-Date: 03.12.2005, 21:50:21

Author:
Thomas Morgner

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

ColumnWidthReadHandler

public ColumnWidthReadHandler()
Method Detail

createValue

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