org.jfree.layouting.input.style.parser.stylehandler.box
Class WidthAndHeightReadHandler

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.AbstractWidthReadHandler
      extended by org.jfree.layouting.input.style.parser.stylehandler.box.WidthAndHeightReadHandler
All Implemented Interfaces:
CSSValueReadHandler

public class WidthAndHeightReadHandler
extends AbstractWidthReadHandler

Creation-Date: 27.11.2005, 21:33:25

Author:
Thomas Morgner

Constructor Summary
WidthAndHeightReadHandler()
           
 
Method Summary
protected  CSSValue parseWidth(org.w3c.css.sac.LexicalUnit value)
           
 
Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.AbstractWidthReadHandler
createValue, isAllowAuto, isAllowPercentages
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidthAndHeightReadHandler

public WidthAndHeightReadHandler()
Method Detail

parseWidth

protected CSSValue parseWidth(org.w3c.css.sac.LexicalUnit value)
Overrides:
parseWidth in class AbstractWidthReadHandler