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
Creation-Date: 27.11.2005, 21:16:17
- Author:
- Thomas Morgner
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractWidthReadHandler(boolean allowPercentages, boolean allowAuto) -
Method Summary
Modifier and TypeMethodDescriptioncreateValue(StyleKey name, org.w3c.css.sac.LexicalUnit value) booleanbooleanprotected CSSValueparseWidth(org.w3c.css.sac.LexicalUnit value)
-
Constructor Details
-
AbstractWidthReadHandler
protected AbstractWidthReadHandler(boolean allowPercentages, boolean allowAuto)
-
-
Method Details
-
isAllowPercentages
public boolean isAllowPercentages() -
isAllowAuto
public boolean isAllowAuto() -
createValue
- Specified by:
createValuein interfaceCSSValueReadHandler
-
parseWidth
-