org.jfree.layouting.input.style.parser.stylehandler.table
Class XColSpanReadHandler

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

public class XColSpanReadHandler
extends java.lang.Object
implements CSSValueReadHandler

Creation-Date: 18.07.2006, 19:00:10

Author:
Thomas Morgner

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

XColSpanReadHandler

public XColSpanReadHandler()
Method Detail

createValue

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