org.jfree.layouting.input.style.parser.stylehandler.box
public class FitPositionReadHandler extends OneOfConstantsReadHandler
| Field Summary | |
|---|---|
| static CSSNumericValue | BOTTOM |
| static CSSNumericValue | CENTER |
| static CSSNumericValue | LEFT |
| static CSSNumericValue | RIGHT |
| static CSSNumericValue | TOP |
| Constructor Summary | |
|---|---|
| FitPositionReadHandler() | |
| Method Summary | |
|---|---|
| protected CSSValuePair | createResultList(CSSValue firstPosition, CSSValue secondPosition) |
| CSSValue | createValue(StyleKey name, LexicalUnit value) |
| protected CSSValue | parseFirstPosition(LexicalUnit value) |
| protected CSSValue | parseSecondPosition(LexicalUnit value, CSSValue firstValue) |