org.jfree.layouting.input.style.parser.stylehandler
public abstract class AbstractWidthReadHandler extends Object implements CSSValueReadHandler
Constructor Summary | |
---|---|
protected | AbstractWidthReadHandler(boolean allowPercentages, boolean allowAuto) |
Method Summary | |
---|---|
CSSValue | createValue(StyleKey name, LexicalUnit value) |
boolean | isAllowAuto() |
boolean | isAllowPercentages() |
protected CSSValue | parseWidth(LexicalUnit value) |