Class BorderStyleKeys


  • public class BorderStyleKeys
    extends Object
    http://www.w3.org/TR/css3-border/

    Creation-Date: 27.10.2005, 21:40:14

    Border-breaks are specified using single values. The CSS3 specification does not define explicit properties for the break-borders, but using the composite definition is ugly.

    Author:
    Thomas Morgner
    • Field Detail

      • BACKGROUND_COLOR

        public static final StyleKey BACKGROUND_COLOR
      • BACKGROUND_IMAGE

        public static final StyleKey BACKGROUND_IMAGE
        This expects a list of images. How to handle that?
      • BACKGROUND_REPEAT

        public static final StyleKey BACKGROUND_REPEAT
      • BACKGROUND_ATTACHMENT

        public static final StyleKey BACKGROUND_ATTACHMENT
        BackgroundAttachment needs scrolling, and thus we do not implement this style-attribute yet.
      • BACKGROUND_POSITION

        public static final StyleKey BACKGROUND_POSITION
        The position is always specified in numeric values. The constants are mapped by the parser.
      • BACKGROUND_ORIGIN

        public static final StyleKey BACKGROUND_ORIGIN
      • BACKGROUND_CLIP

        public static final StyleKey BACKGROUND_CLIP
      • BACKGROUND_SIZE

        public static final StyleKey BACKGROUND_SIZE
      • BACKGROUND_BREAK

        public static final StyleKey BACKGROUND_BREAK
      • BORDER_IMAGE

        public static final StyleKey BORDER_IMAGE
      • BORDER_TOP_WIDTH

        public static final StyleKey BORDER_TOP_WIDTH
        Set the border around the content and padding of a box. Padding is between content and border. Background expands over the padding up to the border.

        Values given may not be negative. If percentages are given, all paddings are relative to the width of the parent (if the flow is horizontal, else the height is used).

      • BORDER_LEFT_WIDTH

        public static final StyleKey BORDER_LEFT_WIDTH
      • BORDER_BOTTOM_WIDTH

        public static final StyleKey BORDER_BOTTOM_WIDTH
      • BORDER_RIGHT_WIDTH

        public static final StyleKey BORDER_RIGHT_WIDTH
      • BORDER_TOP_COLOR

        public static final StyleKey BORDER_TOP_COLOR
      • BORDER_LEFT_COLOR

        public static final StyleKey BORDER_LEFT_COLOR
      • BORDER_BOTTOM_COLOR

        public static final StyleKey BORDER_BOTTOM_COLOR
      • BORDER_RIGHT_COLOR

        public static final StyleKey BORDER_RIGHT_COLOR
      • BORDER_TOP_STYLE

        public static final StyleKey BORDER_TOP_STYLE
      • BORDER_LEFT_STYLE

        public static final StyleKey BORDER_LEFT_STYLE
      • BORDER_BOTTOM_STYLE

        public static final StyleKey BORDER_BOTTOM_STYLE
      • BORDER_RIGHT_STYLE

        public static final StyleKey BORDER_RIGHT_STYLE
      • BORDER_BOTTOM_RIGHT_RADIUS

        public static final StyleKey BORDER_BOTTOM_RIGHT_RADIUS
      • BORDER_TOP_LEFT_RADIUS

        public static final StyleKey BORDER_TOP_LEFT_RADIUS
      • BORDER_BOTTOM_LEFT_RADIUS

        public static final StyleKey BORDER_BOTTOM_LEFT_RADIUS
      • BORDER_TOP_RIGHT_RADIUS

        public static final StyleKey BORDER_TOP_RIGHT_RADIUS
      • BORDER_BREAK_WIDTH

        public static final StyleKey BORDER_BREAK_WIDTH
      • BORDER_BREAK_COLOR

        public static final StyleKey BORDER_BREAK_COLOR
      • BORDER_BREAK_STYLE

        public static final StyleKey BORDER_BREAK_STYLE
      • BOX_SHADOW

        public static final StyleKey BOX_SHADOW