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 protected
AbstractWidthReadHandler(boolean allowPercentages, boolean allowAuto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSSValue
createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
boolean
isAllowAuto()
boolean
isAllowPercentages()
protected CSSValue
parseWidth(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:
createValue
in interfaceCSSValueReadHandler
-
parseWidth
protected CSSValue parseWidth(org.w3c.css.sac.LexicalUnit value)
-
-