org.jfree.layouting.input.style.parser.stylehandler
public abstract class ListOfPairReadHandler extends Object implements CSSValueReadHandler
| Constructor Summary | |
|---|---|
| protected | ListOfPairReadHandler() |
| Method Summary | |
|---|---|
| protected void | addToResultList(ArrayList values, CSSValue firstPosition, CSSValue secondPosition) |
| CSSValue | createValue(StyleKey name, LexicalUnit value) |
| protected abstract CSSValue | parseFirstPosition(LexicalUnit value) |
| protected abstract CSSValue | parseSecondPosition(LexicalUnit value, CSSValue first) |