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
ModifierConstructorDescriptionprotected
AbstractWidthReadHandler
(boolean allowPercentages, boolean allowAuto) -
Method Summary
Modifier and TypeMethodDescriptioncreateValue
(StyleKey name, org.w3c.css.sac.LexicalUnit value) boolean
boolean
protected CSSValue
parseWidth
(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:
createValue
in interfaceCSSValueReadHandler
-
parseWidth
-