org.jupe.editors.classdiagram.graphics
Interface IGraphicsConstants


public interface IGraphicsConstants

Constants for the graphics, e.g. size of arrows etc.

Author:
Michael Pradel

Field Summary
static int ARROW_SIZE
          Size of arrows (for associations).
static int COMMENT_DEFAULT_HEIGHT
           
static int COMMENT_DEFAULT_WIDTH
           
static int COMMENT_OTHER_MARGIN
           
static int COMMENT_TOP_MARGIN
           
static int DEFAULT_CORNER_SIZE
          The default amount of pixels subtracted from the figure's height and width to determine the size of the corner in figures with folded corners.
static int MULT_U_DIST
          Distance from connections owner for multiplicity (description) without rhombus next to it.
static int MULT_U_DIST_LARGE
          Distance from connections owner for multiplicity (description) with rhombus next to it.
static int MULT_V_DIST
          Distance from connection for multiplicity (description).
static int NAME_BORDER_BOTTOM_PADDING
           
static java.lang.String OBJECT_SEPARATOR
           
static int PACKAGE_MIN_HEIGHT
          Minimal height of PackageFigure.
static int PACKAGE_MIN_WIDTH
          Minimal width of package figure.
static int PACKAGE_PADDING
          Padding between border and content in package.
static int PROBLEMLINE_BORDER_BOTTON_PADDING
           
static int RHOMBUS_HEIGHT
          Height of rhombus (for associations).
static int RHOMBUS_WIDTH
          Width of rhombus (for associations).
static int SEPARATOR_BORDER_BOTTOM_PADDING
           
static int SEPARATOR_BORDER_LEFT_PADDING
           
static int SEPARATOR_BORDER_RIGHT_PADDING
           
static int SEPARATOR_BORDER_TOP_PADDING
           
static int UNDERLINE_BORDER_BOTTON_PADDING
           
 

Field Detail

ARROW_SIZE

static final int ARROW_SIZE
Size of arrows (for associations).

See Also:
Constant Field Values

RHOMBUS_HEIGHT

static final int RHOMBUS_HEIGHT
Height of rhombus (for associations).

See Also:
Constant Field Values

RHOMBUS_WIDTH

static final int RHOMBUS_WIDTH
Width of rhombus (for associations).

See Also:
Constant Field Values

MULT_U_DIST

static final int MULT_U_DIST
Distance from connections owner for multiplicity (description) without rhombus next to it.

See Also:
Constant Field Values

MULT_U_DIST_LARGE

static final int MULT_U_DIST_LARGE
Distance from connections owner for multiplicity (description) with rhombus next to it.

See Also:
Constant Field Values

MULT_V_DIST

static final int MULT_V_DIST
Distance from connection for multiplicity (description).

See Also:
Constant Field Values

PACKAGE_PADDING

static final int PACKAGE_PADDING
Padding between border and content in package.

See Also:
Constant Field Values

DEFAULT_CORNER_SIZE

static final int DEFAULT_CORNER_SIZE
The default amount of pixels subtracted from the figure's height and width to determine the size of the corner in figures with folded corners.

See Also:
Constant Field Values

PACKAGE_MIN_WIDTH

static final int PACKAGE_MIN_WIDTH
Minimal width of package figure.

See Also:
Constant Field Values

PACKAGE_MIN_HEIGHT

static final int PACKAGE_MIN_HEIGHT
Minimal height of PackageFigure.

See Also:
Constant Field Values

SEPARATOR_BORDER_TOP_PADDING

static final int SEPARATOR_BORDER_TOP_PADDING
See Also:
Constant Field Values

SEPARATOR_BORDER_LEFT_PADDING

static final int SEPARATOR_BORDER_LEFT_PADDING
See Also:
Constant Field Values

SEPARATOR_BORDER_BOTTOM_PADDING

static final int SEPARATOR_BORDER_BOTTOM_PADDING
See Also:
Constant Field Values

SEPARATOR_BORDER_RIGHT_PADDING

static final int SEPARATOR_BORDER_RIGHT_PADDING
See Also:
Constant Field Values

UNDERLINE_BORDER_BOTTON_PADDING

static final int UNDERLINE_BORDER_BOTTON_PADDING
See Also:
Constant Field Values

PROBLEMLINE_BORDER_BOTTON_PADDING

static final int PROBLEMLINE_BORDER_BOTTON_PADDING
See Also:
Constant Field Values

NAME_BORDER_BOTTOM_PADDING

static final int NAME_BORDER_BOTTOM_PADDING
See Also:
Constant Field Values

COMMENT_TOP_MARGIN

static final int COMMENT_TOP_MARGIN
See Also:
Constant Field Values

COMMENT_OTHER_MARGIN

static final int COMMENT_OTHER_MARGIN
See Also:
Constant Field Values

COMMENT_DEFAULT_WIDTH

static final int COMMENT_DEFAULT_WIDTH
See Also:
Constant Field Values

COMMENT_DEFAULT_HEIGHT

static final int COMMENT_DEFAULT_HEIGHT
See Also:
Constant Field Values

OBJECT_SEPARATOR

static final java.lang.String OBJECT_SEPARATOR
See Also:
Constant Field Values