Class OneOfConstantsReadHandler
- java.lang.Object
-
- org.pentaho.reporting.libraries.css.parser.stylehandler.OneOfConstantsReadHandler
-
- All Implemented Interfaces:
CSSValueReadHandler
- Direct Known Subclasses:
AlignmentAdjustReadHandler,AlignmentBaselineReadHandler,BackgroundBreakReadHandler,BaselineShiftReadHandler,BlockProgressionReadHandler,BorderCollapseReadHandler,BorderStyleReadHandler,BoxSizingReadHandler,CaptionSideReadHandler,ClearAfterReadHandler,ClearReadHandler,ColumnSpaceDistributionReadHandler,ColumnWidthPolicyReadHandler,ContentReadHandler,DirectionReadHandler,DisplayModelReadHandler,DisplayRoleReadHandler,DominantBaselineReadHandler,DropInitialAfterAdjustReadHandler,DropInitialBeforeAdjustReadHandler,DropInitialValueReadHandler,EmptyCellsReadHandler,FitPositionReadHandler,FitReadHandler,FloatDisplaceReadHandler,FloatReadHandler,FloatTypeReadHandler,FontEffectReadHandler,FontEmphasizePositionReadHandler,FontEmphasizeStyleReadHandler,FontSizeReadHandler,FontSmoothReadHandler,FontStretchReadHandler,FontStyleReadHandler,FontVariantReadHandler,GlyphOrientationHorizontalReadHandler,GlyphOrientationVerticalReadHandler,HangingPunctuationReadHandler,HyphenateReadHandler,IndentEdgeResetReadHandler,InlineBoxAlignReadHandler,LineGridModeReadHandler,LineGridProgressionReadHandler,LineStackingRubyReadHandler,LineStackingShiftReadHandler,LineStackingStrategyReadHandler,ListStylePositionReadHandler,ListStyleTypeReadHandler,MoveToReadHandler,OverflowReadHandler,PageBreakInsideReadHandler,PageBreakReadHandler,PagePolicyReadHandler,PositionReadHandler,PunctuationTrimReadHandler,RenderingIntentReadHandler,StringSetReadHandler,TableLayoutReadHandler,TargetNameReadHandler,TargetNewReadHandler,TargetPositionReadHandler,TextAlignLastReadHandler,TextAlignReadHandler,TextBlinkReadHandler,TextCombineReadHandler,TextDecorationModeReadHandler,TextDecorationReadHandler,TextDecorationStyleReadHandler,TextHeightReadHandler,TextJustifyReadHandler,TextJustifyTrimReadHandler,TextOverflowModeReadHandler,TextTransformReadHandler,TextUnderlinePositionReadHandler,TextWrapReadHandler,UnicodeBidiReadHandler,VerticalAlignReadHandler,VisibilityReadHandler,WhitespaceCollapseReadHandler,WordBreakReadHandler,WordWrapReadHandler
public abstract class OneOfConstantsReadHandler extends Object implements CSSValueReadHandler
Creation-Date: 26.11.2005, 19:16:43- Author:
- Thomas Morgner
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOneOfConstantsReadHandler(boolean auto)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddValue(CSSConstant constant)CSSValuecreateValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)booleanisAutoAllowed()protected CSSValuelookupValue(org.w3c.css.sac.LexicalUnit value)
-
-
-
Method Detail
-
createValue
public CSSValue createValue(StyleKey name, org.w3c.css.sac.LexicalUnit value)
- Specified by:
createValuein interfaceCSSValueReadHandler
-
lookupValue
protected CSSValue lookupValue(org.w3c.css.sac.LexicalUnit value)
-
addValue
protected void addValue(CSSConstant constant)
-
isAutoAllowed
public boolean isAutoAllowed()
-
-