org.jfree.layouting.input.style.parser.stylehandler.positioning
Class PositionReadHandler

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.OneOfConstantsReadHandler
      extended by org.jfree.layouting.input.style.parser.stylehandler.positioning.PositionReadHandler
All Implemented Interfaces:
CSSValueReadHandler

public class PositionReadHandler
extends OneOfConstantsReadHandler

Creation-Date: 21.12.2005, 18:32:53

Author:
Thomas Morgner

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

Constructor Detail

PositionReadHandler

public PositionReadHandler()
Method Detail

createValue

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