Class AbstractWidthReadHandler
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.parser.stylehandler.AbstractWidthReadHandler
-
- All Implemented Interfaces:
CSSValueReadHandler
- Direct Known Subclasses:
BorderWidthReadHandler,BoxOffsetReadHandler,MarginReadHandler,MaxWidthAndHeightReadHandler,MinWidthAndHeightReadHandler,PaddingReadHandler,SizeReadHandler,WidthAndHeightReadHandler,XAndYReadHandler
public abstract class AbstractWidthReadHandler extends Object implements CSSValueReadHandler
Creation-Date: 27.11.2005, 21:16:17- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractWidthReadHandler(boolean allowPercentages, boolean allowAuto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSValuecreateValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)booleanisAllowAuto()booleanisAllowPercentages()protected CSSValueparseWidth(org.w3c.css.sac.LexicalUnit value)
-
-
-
Method Detail
-
isAllowPercentages
public boolean isAllowPercentages()
-
isAllowAuto
public boolean isAllowAuto()
-
createValue
public CSSValue createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
- Specified by:
createValuein interfaceCSSValueReadHandler
-
parseWidth
protected CSSValue parseWidth(org.w3c.css.sac.LexicalUnit value)
-
-