Class PrimitivePropertyBuilders

java.lang.Object
org.xhtmlrenderer.css.parser.property.PrimitivePropertyBuilders

public class PrimitivePropertyBuilders extends Object
  • Field Details

    • BORDER_STYLES

      public static final BitSet BORDER_STYLES
    • BORDER_WIDTHS

      public static final BitSet BORDER_WIDTHS
    • FONT_VARIANTS

      public static final BitSet FONT_VARIANTS
    • FONT_STYLES

      public static final BitSet FONT_STYLES
    • FONT_WEIGHTS

      public static final BitSet FONT_WEIGHTS
    • PAGE_ORIENTATIONS

      public static final BitSet PAGE_ORIENTATIONS
    • LIST_STYLE_POSITIONS

      public static final BitSet LIST_STYLE_POSITIONS
    • LIST_STYLE_TYPES

      public static final BitSet LIST_STYLE_TYPES
    • BACKGROUND_REPEATS

      public static final BitSet BACKGROUND_REPEATS
    • BACKGROUND_ATTACHMENTS

      public static final BitSet BACKGROUND_ATTACHMENTS
    • BACKGROUND_POSITIONS

      public static final BitSet BACKGROUND_POSITIONS
    • ABSOLUTE_FONT_SIZES

      public static final BitSet ABSOLUTE_FONT_SIZES
    • RELATIVE_FONT_SIZES

      public static final BitSet RELATIVE_FONT_SIZES
    • COLOR

      public static final PropertyBuilder COLOR
    • BORDER_STYLE

      public static final PropertyBuilder BORDER_STYLE
    • BORDER_WIDTH

      public static final PropertyBuilder BORDER_WIDTH
    • BORDER_RADIUS

      public static final PropertyBuilder BORDER_RADIUS
    • MARGIN

      public static final PropertyBuilder MARGIN
    • PADDING

      public static final PropertyBuilder PADDING
  • Constructor Details

    • PrimitivePropertyBuilders

      public PrimitivePropertyBuilders()
  • Method Details