Class AbstractPropertyBuilder
java.lang.Object
com.openhtmltopdf.css.parser.property.AbstractPropertyBuilder
- All Implemented Interfaces:
PropertyBuilder
- Direct Known Subclasses:
BackgroundPropertyBuilder,BorderPropertyBuilders.Border,BorderPropertyBuilders.BorderBottom,BorderPropertyBuilders.BorderLeft,BorderPropertyBuilders.BorderRight,BorderPropertyBuilders.BorderTop,BorderSpacingPropertyBuilder,ContentPropertyBuilder,CounterPropertyBuilder,FontPropertyBuilder,ListStylePropertyBuilder,OneToFourPropertyBuilders.BorderColor,OneToFourPropertyBuilders.BorderRadius,OneToFourPropertyBuilders.BorderStyle,OneToFourPropertyBuilders.BorderWidth,OneToFourPropertyBuilders.Margin,OneToFourPropertyBuilders.Padding,PrimitivePropertyBuilders.BackgroundAttachment,PrimitivePropertyBuilders.BackgroundColor,PrimitivePropertyBuilders.BackgroundImage,PrimitivePropertyBuilders.BackgroundPosition,PrimitivePropertyBuilders.BackgroundRepeat,PrimitivePropertyBuilders.BackgroundSize,PrimitivePropertyBuilders.BorderBottomColor,PrimitivePropertyBuilders.BorderBottomLeftRadius,PrimitivePropertyBuilders.BorderBottomRightRadius,PrimitivePropertyBuilders.BorderBottomStyle,PrimitivePropertyBuilders.BorderBottomWidth,PrimitivePropertyBuilders.BorderCollapse,PrimitivePropertyBuilders.BorderLeftColor,PrimitivePropertyBuilders.BorderLeftStyle,PrimitivePropertyBuilders.BorderLeftWidth,PrimitivePropertyBuilders.BorderRightColor,PrimitivePropertyBuilders.BorderRightStyle,PrimitivePropertyBuilders.BorderRightWidth,PrimitivePropertyBuilders.BorderTopColor,PrimitivePropertyBuilders.BorderTopLeftRadius,PrimitivePropertyBuilders.BorderTopRightRadius,PrimitivePropertyBuilders.BorderTopStyle,PrimitivePropertyBuilders.BorderTopWidth,PrimitivePropertyBuilders.Bottom,PrimitivePropertyBuilders.BoxSizing,PrimitivePropertyBuilders.BreakAfter,PrimitivePropertyBuilders.BreakBefore,PrimitivePropertyBuilders.CaptionSide,PrimitivePropertyBuilders.Clear,PrimitivePropertyBuilders.Color,PrimitivePropertyBuilders.ColumnCount,PrimitivePropertyBuilders.ColumnGap,PrimitivePropertyBuilders.Cursor,PrimitivePropertyBuilders.Direction,PrimitivePropertyBuilders.Display,PrimitivePropertyBuilders.EmptyCells,PrimitivePropertyBuilders.Float,PrimitivePropertyBuilders.FontFamily,PrimitivePropertyBuilders.FontSize,PrimitivePropertyBuilders.FontStyle,PrimitivePropertyBuilders.FontVariant,PrimitivePropertyBuilders.FontWeight,PrimitivePropertyBuilders.FSBorderSpacingHorizontal,PrimitivePropertyBuilders.FSBorderSpacingVertical,PrimitivePropertyBuilders.FSCheckboxStyle,PrimitivePropertyBuilders.FSDynamicAutoWidth,PrimitivePropertyBuilders.FSFitImagesToWidth,PrimitivePropertyBuilders.FSFontSubset,PrimitivePropertyBuilders.FSKeepWithInline,PrimitivePropertyBuilders.FSMaxJustificationInterChar,PrimitivePropertyBuilders.FSMaxJustificationInterWord,PrimitivePropertyBuilders.FSMaxOverflowPages,PrimitivePropertyBuilders.FSNamedDestination,PrimitivePropertyBuilders.FSOverflowPagesDirection,PrimitivePropertyBuilders.FSPageBreakMinHeight,PrimitivePropertyBuilders.FSPageHeight,PrimitivePropertyBuilders.FSPageOrientation,PrimitivePropertyBuilders.FSPageSequence,PrimitivePropertyBuilders.FSPageWidth,PrimitivePropertyBuilders.FSPDFFontEmbed,PrimitivePropertyBuilders.FSPDFFontEncoding,PrimitivePropertyBuilders.FSTableCellColspan,PrimitivePropertyBuilders.FSTableCellRowspan,PrimitivePropertyBuilders.FSTablePaginate,PrimitivePropertyBuilders.FSTextDecorationExtent,PrimitivePropertyBuilders.Height,PrimitivePropertyBuilders.ImageRenderingBuilder,PrimitivePropertyBuilders.Left,PrimitivePropertyBuilders.LetterSpacing,PrimitivePropertyBuilders.LineHeight,PrimitivePropertyBuilders.ListStyleImage,PrimitivePropertyBuilders.ListStylePosition,PrimitivePropertyBuilders.ListStyleType,PrimitivePropertyBuilders.MarginBottom,PrimitivePropertyBuilders.MarginLeft,PrimitivePropertyBuilders.MarginRight,PrimitivePropertyBuilders.MarginTop,PrimitivePropertyBuilders.MaxHeight,PrimitivePropertyBuilders.MaxWidth,PrimitivePropertyBuilders.MinHeight,PrimitivePropertyBuilders.MinWidth,PrimitivePropertyBuilders.Orphans,PrimitivePropertyBuilders.Overflow,PrimitivePropertyBuilders.PaddingBottom,PrimitivePropertyBuilders.PaddingLeft,PrimitivePropertyBuilders.PaddingRight,PrimitivePropertyBuilders.PaddingTop,PrimitivePropertyBuilders.Page,PrimitivePropertyBuilders.PageBreakAfter,PrimitivePropertyBuilders.PageBreakBefore,PrimitivePropertyBuilders.PageBreakInside,PrimitivePropertyBuilders.Position,PrimitivePropertyBuilders.Right,PrimitivePropertyBuilders.Src,PrimitivePropertyBuilders.TableLayout,PrimitivePropertyBuilders.TabSize,PrimitivePropertyBuilders.TextAlign,PrimitivePropertyBuilders.TextDecoration,PrimitivePropertyBuilders.TextIndent,PrimitivePropertyBuilders.TextTransform,PrimitivePropertyBuilders.Top,PrimitivePropertyBuilders.TransformOriginPropertyBuilder,PrimitivePropertyBuilders.TransformOriginX,PrimitivePropertyBuilders.TransformOriginY,PrimitivePropertyBuilders.TransformPropertyBuilder,PrimitivePropertyBuilders.VerticalAlign,PrimitivePropertyBuilders.Visibility,PrimitivePropertyBuilders.WhiteSpace,PrimitivePropertyBuilders.Widows,PrimitivePropertyBuilders.Width,PrimitivePropertyBuilders.WordSpacing,PrimitivePropertyBuilders.WordWrap,PrimitivePropertyBuilders.ZIndex,QuotesPropertyBuilder,SizePropertyBuilder
public abstract class AbstractPropertyBuilder extends Object implements PropertyBuilder
-
Constructor Summary
Constructors Constructor Description AbstractPropertyBuilder() -
Method Summary
Modifier and Type Method Description ListbuildDeclarations(CSSName cssName, List values, int origin, boolean important)protected voidcheckAngleType(CSSName cssName, CSSPrimitiveValue value)protected IdentValuecheckIdent(CSSName cssName, CSSPrimitiveValue value)protected voidcheckIdentLengthNumberOrPercentType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckIdentLengthOrPercentType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckIdentOrColorType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckIdentOrIntegerType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckIdentOrLengthType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckIdentOrNumberType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckIdentOrString(CSSName cssName, CSSPrimitiveValue value)protected voidcheckIdentOrURIType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckIdentType(CSSName cssName, CSSPrimitiveValue value)protected ListcheckInheritAll(CSSName[] all, List values, int origin, boolean important, boolean inheritAllowed)protected voidcheckInheritAllowed(CSSPrimitiveValue value, boolean inheritAllowed)protected voidcheckInteger(CSSName cssName, CSSPrimitiveValue value)protected voidcheckLengthOrPercentType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckLengthType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckNumberType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckStringType(CSSName cssName, CSSPrimitiveValue value)protected voidcheckValidity(CSSName cssName, BitSet validValues, IdentValue value)protected voidcheckValueCount(CSSName cssName, int expected, int found)protected voidcheckValueCount(CSSName cssName, int min, int max, int found)protected PropertyDeclarationcopyOf(PropertyDeclaration decl, CSSName newName)protected booleanisLength(CSSPrimitiveValue value)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.openhtmltopdf.css.parser.property.PropertyBuilder
buildDeclarations
-
Constructor Details
-
AbstractPropertyBuilder
public AbstractPropertyBuilder()
-
-
Method Details
-
buildDeclarations
- Specified by:
buildDeclarationsin interfacePropertyBuilder
-
checkValueCount
-
checkValueCount
-
checkIdentType
-
checkIdentOrURIType
-
checkIdentOrColorType
-
checkIdentOrIntegerType
-
checkInteger
-
checkIdentOrLengthType
-
checkIdentOrNumberType
-
checkIdentLengthOrPercentType
-
checkLengthOrPercentType
-
checkLengthType
-
checkNumberType
-
checkAngleType
-
checkStringType
-
checkIdentOrString
-
checkIdentLengthNumberOrPercentType
-
isLength
-
checkValidity
-
checkIdent
-
copyOf
-
checkInheritAllowed
-
checkInheritAll
-