Class PrimitivePropertyBuilders.LengthWithIdent

    • Constructor Detail

      • LengthWithIdent

        private LengthWithIdent()
    • Method Detail

      • getAllowed

        protected abstract java.util.BitSet getAllowed()
      • buildDeclarations

        public java.util.List<PropertyDeclaration> buildDeclarations​(CSSName cssName,
                                                                     java.util.List<PropertyValue> values,
                                                                     int origin,
                                                                     boolean important,
                                                                     boolean inheritAllowed)
        Description copied from interface: PropertyBuilder
        Builds a list of PropertyDeclaration objects for the CSS property cssName. values must contain CSSPrimitiveValue objects.
      • isNegativeValuesAllowed

        protected boolean isNegativeValuesAllowed()