org.jfree.layouting.input.style.parser.stylehandler.border
Class BackgroundPositionReadHandler

java.lang.Object
  extended by org.jfree.layouting.input.style.parser.stylehandler.ListOfPairReadHandler
      extended by org.jfree.layouting.input.style.parser.stylehandler.border.BackgroundPositionReadHandler
All Implemented Interfaces:
CSSValueReadHandler

public class BackgroundPositionReadHandler
extends ListOfPairReadHandler

Creation-Date: 26.11.2005, 18:29:10

Author:
Thomas Morgner

Field Summary
static CSSNumericValue BOTTOM
           
static CSSNumericValue CENTER
           
static CSSNumericValue LEFT
           
static CSSNumericValue RIGHT
           
static CSSNumericValue TOP
           
 
Constructor Summary
BackgroundPositionReadHandler()
           
 
Method Summary
protected  void addToResultList(java.util.ArrayList values, CSSValue firstPosition, CSSValue secondPosition)
           
protected  CSSValue parseFirstPosition(org.w3c.css.sac.LexicalUnit value)
           
protected  CSSValue parseSecondPosition(org.w3c.css.sac.LexicalUnit value, CSSValue firstValue)
           
 
Methods inherited from class org.jfree.layouting.input.style.parser.stylehandler.ListOfPairReadHandler
createValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CENTER

public static final CSSNumericValue CENTER

TOP

public static final CSSNumericValue TOP

LEFT

public static final CSSNumericValue LEFT

BOTTOM

public static final CSSNumericValue BOTTOM

RIGHT

public static final CSSNumericValue RIGHT
Constructor Detail

BackgroundPositionReadHandler

public BackgroundPositionReadHandler()
Method Detail

parseFirstPosition

protected CSSValue parseFirstPosition(org.w3c.css.sac.LexicalUnit value)
Specified by:
parseFirstPosition in class ListOfPairReadHandler

addToResultList

protected void addToResultList(java.util.ArrayList values,
                               CSSValue firstPosition,
                               CSSValue secondPosition)
Overrides:
addToResultList in class ListOfPairReadHandler

parseSecondPosition

protected CSSValue parseSecondPosition(org.w3c.css.sac.LexicalUnit value,
                                       CSSValue firstValue)
Specified by:
parseSecondPosition in class ListOfPairReadHandler