de.bsd.x2svg
Interface Constants


public interface Constants

Various system wide constants

Author:
hwr@pilhuhn.de

Field Summary
static int BORDER_HEIGHT
          Height of the border of an element box
static int BORDER_WIDTH
          Width of the border of an element box
static java.awt.Stroke DASHED
          A dashed stroke
static float[] DASHES
          Dashes for a dashed stroke
static java.lang.String DEFAULT_FONT_ATTRIBUTES
          Default font for attribute names
static java.lang.String DEFAULT_FONT_ELEMENTS
          Default font for element names
static java.lang.String DEFAULT_FONT_SMALL
          Default font for cardinalities
static java.awt.Stroke ROUNDED
          Stroke with rounded ends and joins
static java.lang.String SYSTEM_PROPERTIES_FILE
          name of a properties file to read user specific defaults from
static int X_OFFSET
          X offset between two element box columns.
 

Field Detail

BORDER_HEIGHT

static final int BORDER_HEIGHT
Height of the border of an element box

See Also:
Constant Field Values

BORDER_WIDTH

static final int BORDER_WIDTH
Width of the border of an element box

See Also:
Constant Field Values

X_OFFSET

static final int X_OFFSET
X offset between two element box columns. This is basically the space for the content box in between

See Also:
Constant Field Values

ROUNDED

static final java.awt.Stroke ROUNDED
Stroke with rounded ends and joins


DASHES

static final float[] DASHES
Dashes for a dashed stroke


DASHED

static final java.awt.Stroke DASHED
A dashed stroke


DEFAULT_FONT_ELEMENTS

static final java.lang.String DEFAULT_FONT_ELEMENTS
Default font for element names

See Also:
Constant Field Values

DEFAULT_FONT_SMALL

static final java.lang.String DEFAULT_FONT_SMALL
Default font for cardinalities

See Also:
Constant Field Values

SYSTEM_PROPERTIES_FILE

static final java.lang.String SYSTEM_PROPERTIES_FILE
name of a properties file to read user specific defaults from

See Also:
Constant Field Values

DEFAULT_FONT_ATTRIBUTES

static final java.lang.String DEFAULT_FONT_ATTRIBUTES
Default font for attribute names

See Also:
Constant Field Values


x2svg version 1.2.1