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,PrimitiveBackgroundPropertyBuilders.BackgroundAttachment,PrimitiveBackgroundPropertyBuilders.BackgroundColor,PrimitiveBackgroundPropertyBuilders.BackgroundImage,PrimitiveBackgroundPropertyBuilders.BackgroundPosition,PrimitiveBackgroundPropertyBuilders.BackgroundRepeat,PrimitiveBackgroundPropertyBuilders.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.FSBorderRendering,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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.openhtmltopdf.css.parser.property.PropertyBuilder
buildDeclarations
-
-
-
-
Method Detail
-
buildDeclarations
public List<PropertyDeclaration> buildDeclarations(CSSName cssName, List<PropertyValue> values, int origin, boolean important)
- Specified by:
buildDeclarationsin interfacePropertyBuilder
-
checkValueCount
protected void checkValueCount(CSSName cssName, int expected, int found)
-
checkValueCount
protected void checkValueCount(CSSName cssName, int min, int max, int found)
-
checkIdentType
protected void checkIdentType(CSSName cssName, CSSPrimitiveValue value)
-
checkIdentOrURIType
protected void checkIdentOrURIType(CSSName cssName, CSSPrimitiveValue value)
-
checkIdentOrColorType
protected void checkIdentOrColorType(CSSName cssName, CSSPrimitiveValue value)
-
checkIdentOrIntegerType
protected void checkIdentOrIntegerType(CSSName cssName, CSSPrimitiveValue value)
-
checkInteger
protected void checkInteger(CSSName cssName, CSSPrimitiveValue value)
-
checkIdentOrLengthType
protected void checkIdentOrLengthType(CSSName cssName, CSSPrimitiveValue value)
-
checkIdentOrNumberType
protected void checkIdentOrNumberType(CSSName cssName, CSSPrimitiveValue value)
-
checkIdentLengthOrPercentType
protected void checkIdentLengthOrPercentType(CSSName cssName, CSSPrimitiveValue value)
-
checkLengthOrPercentType
protected void checkLengthOrPercentType(CSSName cssName, CSSPrimitiveValue value)
-
checkLengthType
protected void checkLengthType(CSSName cssName, CSSPrimitiveValue value)
-
checkNumberType
protected void checkNumberType(CSSName cssName, CSSPrimitiveValue value)
-
checkAngleType
protected void checkAngleType(CSSName cssName, CSSPrimitiveValue value)
-
checkIdentOrString
protected void checkIdentOrString(CSSName cssName, CSSPrimitiveValue value)
-
checkIdentLengthNumberOrPercentType
protected void checkIdentLengthNumberOrPercentType(CSSName cssName, CSSPrimitiveValue value)
-
isLength
protected boolean isLength(CSSPrimitiveValue value)
-
isLengthHelper
public static boolean isLengthHelper(CSSPrimitiveValue value)
-
checkValidity
protected void checkValidity(CSSName cssName, BitSet validValues, IdentValue value)
-
checkIdent
protected IdentValue checkIdent(CSSName cssName, CSSPrimitiveValue value)
-
copyOf
protected PropertyDeclaration copyOf(PropertyDeclaration decl, CSSName newName)
-
checkInheritAllowed
protected void checkInheritAllowed(CSSPrimitiveValue value, boolean inheritAllowed)
-
checkForbidInherit
protected void checkForbidInherit(CSSPrimitiveValue value)
-
checkInheritAll
protected List<PropertyDeclaration> checkInheritAll(CSSName[] all, List<PropertyValue> values, int origin, boolean important, boolean inheritAllowed)
-
-