Class PrimitivePropertyBuilders.LengthLikeWithAuto
- java.lang.Object
-
- com.openhtmltopdf.css.parser.property.AbstractPropertyBuilder
-
- com.openhtmltopdf.css.parser.property.PrimitivePropertyBuilders.LengthLikeWithIdent
-
- com.openhtmltopdf.css.parser.property.PrimitivePropertyBuilders.LengthLikeWithAuto
-
- All Implemented Interfaces:
PropertyBuilder
- Direct Known Subclasses:
PrimitivePropertyBuilders.Bottom,PrimitivePropertyBuilders.FSFitImagesToWidth,PrimitivePropertyBuilders.FSPageHeight,PrimitivePropertyBuilders.FSPageWidth,PrimitivePropertyBuilders.Height,PrimitivePropertyBuilders.Left,PrimitivePropertyBuilders.MarginBottom,PrimitivePropertyBuilders.MarginLeft,PrimitivePropertyBuilders.MarginRight,PrimitivePropertyBuilders.MarginTop,PrimitivePropertyBuilders.Right,PrimitivePropertyBuilders.Top,PrimitivePropertyBuilders.Width
- Enclosing class:
- PrimitivePropertyBuilders
private static class PrimitivePropertyBuilders.LengthLikeWithAuto extends PrimitivePropertyBuilders.LengthLikeWithIdent
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.BitSetALLOWED
-
Constructor Summary
Constructors Modifier Constructor Description privateLengthLikeWithAuto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.BitSetgetAllowed()-
Methods inherited from class com.openhtmltopdf.css.parser.property.PrimitivePropertyBuilders.LengthLikeWithIdent
buildDeclarations, isNegativeValuesAllowed
-
Methods inherited from class com.openhtmltopdf.css.parser.property.AbstractPropertyBuilder
buildDeclarations, checkAngleType, checkForbidInherit, checkIdent, checkIdentLengthNumberOrPercentType, checkIdentLengthOrPercentType, checkIdentOrColorType, checkIdentOrIntegerType, checkIdentOrLengthType, checkIdentOrNumberType, checkIdentOrString, checkIdentOrURIType, checkIdentType, checkInheritAll, checkInheritAllowed, checkInteger, checkLengthOrPercentType, checkLengthType, checkNumberType, checkValidity, checkValueCount, checkValueCount, copyOf, isLength, isLengthHelper
-
-
-
-
Method Detail
-
getAllowed
protected java.util.BitSet getAllowed()
- Specified by:
getAllowedin classPrimitivePropertyBuilders.LengthLikeWithIdent
-
-