org.jfree.layouting.input.style.parser.stylehandler.border
public class BackgroundPositionReadHandler extends ListOfPairReadHandler
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(ArrayList values, CSSValue firstPosition, CSSValue secondPosition) |
protected CSSValue | parseFirstPosition(LexicalUnit value) |
protected CSSValue | parseSecondPosition(LexicalUnit value, CSSValue firstValue) |