org.jfree.layouting.input.style.parser.stylehandler.page
Class SizeReadHandler

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

public class SizeReadHandler
extends AbstractWidthReadHandler

Creation-Date: 30.11.2005, 18:04:27

Author:
Thomas Morgner

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

Constructor Detail

SizeReadHandler

public SizeReadHandler()
Method Detail

createValue

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