Class PrimitivePropertyBuilders.GenericBorderStyle
- java.lang.Object
-
- com.openhtmltopdf.css.parser.property.AbstractPropertyBuilder
-
- com.openhtmltopdf.css.parser.property.PrimitivePropertyBuilders.SingleIdent
-
- com.openhtmltopdf.css.parser.property.PrimitivePropertyBuilders.GenericBorderStyle
-
- All Implemented Interfaces:
PropertyBuilder
- Direct Known Subclasses:
PrimitivePropertyBuilders.BorderBottomStyle
,PrimitivePropertyBuilders.BorderLeftStyle
,PrimitivePropertyBuilders.BorderRightStyle
,PrimitivePropertyBuilders.BorderTopStyle
- Enclosing class:
- PrimitivePropertyBuilders
private static class PrimitivePropertyBuilders.GenericBorderStyle extends PrimitivePropertyBuilders.SingleIdent
-
-
Constructor Summary
Constructors Modifier Constructor Description private
GenericBorderStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.util.BitSet
getAllowed()
-
Methods inherited from class com.openhtmltopdf.css.parser.property.PrimitivePropertyBuilders.SingleIdent
buildDeclarations
-
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:
getAllowed
in classPrimitivePropertyBuilders.SingleIdent
-
-