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
public static final
StyleKey BACKGROUND_ATTACHMENT
BackgroundAttachment needs scrolling, and thus we do not implement this
style-attribute yet.
public static final
StyleKey BACKGROUND_BREAK
public static final
StyleKey BACKGROUND_CLIP
public static final
StyleKey BACKGROUND_COLOR
public static final
StyleKey BACKGROUND_IMAGE
This expects a list of images. How to handle that?
public static final
StyleKey BACKGROUND_ORIGIN
public static final
StyleKey BACKGROUND_POSITION
The position is always specified in numeric values. The constants are
mapped by the parser.
public static final
StyleKey BACKGROUND_REPEAT
public static final
StyleKey BACKGROUND_SIZE
public static final
StyleKey BORDER_BOTTOM_COLOR
public static final
StyleKey BORDER_BOTTOM_LEFT_RADIUS
public static final
StyleKey BORDER_BOTTOM_RIGHT_RADIUS
public static final
StyleKey BORDER_BOTTOM_STYLE
public static final
StyleKey BORDER_BOTTOM_WIDTH
public static final
StyleKey BORDER_BREAK_COLOR
public static final
StyleKey BORDER_BREAK_STYLE
public static final
StyleKey BORDER_BREAK_WIDTH
public static final
StyleKey BORDER_IMAGE
public static final
StyleKey BORDER_LEFT_COLOR
public static final
StyleKey BORDER_LEFT_STYLE
public static final
StyleKey BORDER_LEFT_WIDTH
public static final
StyleKey BORDER_RIGHT_COLOR
public static final
StyleKey BORDER_RIGHT_STYLE
public static final
StyleKey BORDER_RIGHT_WIDTH
public static final
StyleKey BORDER_TOP_COLOR
public static final
StyleKey BORDER_TOP_LEFT_RADIUS
public static final
StyleKey BORDER_TOP_RIGHT_RADIUS
public static final
StyleKey BORDER_TOP_STYLE
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).