org.jfree.layouting.input.style.parser.stylehandler.font
Class FontSizeReadHandler

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.OneOfConstantsReadHandler
      extended by org.jfree.layouting.input.style.parser.stylehandler.font.FontSizeReadHandler
All Implemented Interfaces:
CSSValueReadHandler
Direct Known Subclasses:
KerningPairThresholdReadHandler, MinMaxFontSizeReadHandler

public class FontSizeReadHandler
extends OneOfConstantsReadHandler

Creation-Date: 28.11.2005, 16:51:33

Author:
Thomas Morgner

Constructor Summary
  FontSizeReadHandler()
           
protected FontSizeReadHandler(boolean autoAllowed)
           
 
Method Summary
protected  CSSValue lookupValue(org.w3c.css.sac.LexicalUnit value)
           
 
Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.OneOfConstantsReadHandler
addValue, createValue, isAutoAllowed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FontSizeReadHandler

public FontSizeReadHandler()

FontSizeReadHandler

protected FontSizeReadHandler(boolean autoAllowed)
Method Detail

lookupValue

protected CSSValue lookupValue(org.w3c.css.sac.LexicalUnit value)
Overrides:
lookupValue in class OneOfConstantsReadHandler