org.jfree.layouting.input.style.keys.border

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 Summary
static StyleKeyBACKGROUND_ATTACHMENT
BackgroundAttachment needs scrolling, and thus we do not implement this style-attribute yet.
static StyleKeyBACKGROUND_BREAK
static StyleKeyBACKGROUND_CLIP
static StyleKeyBACKGROUND_COLOR
static StyleKeyBACKGROUND_IMAGE
This expects a list of images.
static StyleKeyBACKGROUND_ORIGIN
static StyleKeyBACKGROUND_POSITION
The position is always specified in numeric values.
static StyleKeyBACKGROUND_REPEAT
static StyleKeyBACKGROUND_SIZE
static StyleKeyBORDER_BOTTOM_COLOR
static StyleKeyBORDER_BOTTOM_LEFT_RADIUS
static StyleKeyBORDER_BOTTOM_RIGHT_RADIUS
static StyleKeyBORDER_BOTTOM_STYLE
static StyleKeyBORDER_BOTTOM_WIDTH
static StyleKeyBORDER_BREAK_COLOR
static StyleKeyBORDER_BREAK_STYLE
static StyleKeyBORDER_BREAK_WIDTH
static StyleKeyBORDER_IMAGE
static StyleKeyBORDER_LEFT_COLOR
static StyleKeyBORDER_LEFT_STYLE
static StyleKeyBORDER_LEFT_WIDTH
static StyleKeyBORDER_RIGHT_COLOR
static StyleKeyBORDER_RIGHT_STYLE
static StyleKeyBORDER_RIGHT_WIDTH
static StyleKeyBORDER_TOP_COLOR
static StyleKeyBORDER_TOP_LEFT_RADIUS
static StyleKeyBORDER_TOP_RIGHT_RADIUS
static StyleKeyBORDER_TOP_STYLE
static StyleKeyBORDER_TOP_WIDTH
Set the border around the content and padding of a box.
static StyleKeyBOX_SHADOW

Field Detail

BACKGROUND_ATTACHMENT

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

BACKGROUND_BREAK

public static final StyleKey BACKGROUND_BREAK

BACKGROUND_CLIP

public static final StyleKey BACKGROUND_CLIP

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_ORIGIN

public static final StyleKey BACKGROUND_ORIGIN

BACKGROUND_POSITION

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

BACKGROUND_REPEAT

public static final StyleKey BACKGROUND_REPEAT

BACKGROUND_SIZE

public static final StyleKey BACKGROUND_SIZE

BORDER_BOTTOM_COLOR

public static final StyleKey BORDER_BOTTOM_COLOR

BORDER_BOTTOM_LEFT_RADIUS

public static final StyleKey BORDER_BOTTOM_LEFT_RADIUS

BORDER_BOTTOM_RIGHT_RADIUS

public static final StyleKey BORDER_BOTTOM_RIGHT_RADIUS

BORDER_BOTTOM_STYLE

public static final StyleKey BORDER_BOTTOM_STYLE

BORDER_BOTTOM_WIDTH

public static final StyleKey BORDER_BOTTOM_WIDTH

BORDER_BREAK_COLOR

public static final StyleKey BORDER_BREAK_COLOR

BORDER_BREAK_STYLE

public static final StyleKey BORDER_BREAK_STYLE

BORDER_BREAK_WIDTH

public static final StyleKey BORDER_BREAK_WIDTH

BORDER_IMAGE

public static final StyleKey BORDER_IMAGE

BORDER_LEFT_COLOR

public static final StyleKey BORDER_LEFT_COLOR

BORDER_LEFT_STYLE

public static final StyleKey BORDER_LEFT_STYLE

BORDER_LEFT_WIDTH

public static final StyleKey BORDER_LEFT_WIDTH

BORDER_RIGHT_COLOR

public static final StyleKey BORDER_RIGHT_COLOR

BORDER_RIGHT_STYLE

public static final StyleKey BORDER_RIGHT_STYLE

BORDER_RIGHT_WIDTH

public static final StyleKey BORDER_RIGHT_WIDTH

BORDER_TOP_COLOR

public static final StyleKey BORDER_TOP_COLOR

BORDER_TOP_LEFT_RADIUS

public static final StyleKey BORDER_TOP_LEFT_RADIUS

BORDER_TOP_RIGHT_RADIUS

public static final StyleKey BORDER_TOP_RIGHT_RADIUS

BORDER_TOP_STYLE

public static final StyleKey BORDER_TOP_STYLE

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).

BOX_SHADOW

public static final StyleKey BOX_SHADOW