org.jfree.layouting.input.style.parser.stylehandler.border
Class BackgroundPositionReadHandler
java.lang.Object
org.jfree.layouting.input.style.parser.stylehandler.ListOfPairReadHandler
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
BackgroundPositionReadHandler
public BackgroundPositionReadHandler()
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