org.askalon.graph.chart.base
Interface Constants


public interface Constants

This interface contains various constant (default) values for the configuration of the chart.

Author:
Franz Endstrasser and Georg Schild

Nested Class Summary
static class Constants.Antialiasing
          Type of antialiasing used
static class Constants.ChartDimensions
          Defines if the chart is 2d or 3d
static class Constants.ConfigDefaults
          This enum is used to set some initial values based on the power of the current machine
static class Constants.Debugging
          Debugging level
static class Constants.LegendOrientation
          Where should we put the legend?
static class Constants.Orientation
          Sure, one could use some SwingConstants, but that's not safe
static class Constants.Probability
          Probability to remove an item (e.g. used by testers/demos)
 
Field Summary
static double ALMOST_ZERO
          A value acting as an offset if 0 is not enough
static Color COLOR_LIGHTBLUE
           
static Color COLOR_LIGHTESTBLUE
           
static Color COLOR_LIGHTYELLOW
           
static Constants.Debugging debugging
           
static Color DEFAULT_AREA
           
static Color DEFAULT_AREA_GRID
           
static Color DEFAULT_AXESLABELS_COLOR
           
static Color DEFAULT_BACKGROUND
           
static Color DEFAULT_DESCRIPTION_COLOR
           
static Color DEFAULT_FLOOR
           
static Color DEFAULT_FLOOR_GRID
           
static Color DEFAULT_GHOST_COLOR
           
static Color DEFAULT_GRIDLABELS_COLOR
           
static Color DEFAULT_LEGEND_BACKGROUND
           
static Color DEFAULT_LEGEND_FONT
           
static float DEFAULT_LINEWIDTH
          default width of lines
static float DEFAULT_TRANSPARENCY
          Default transparency for the coordinate grid
static int DESC_FONT_SIZE
          size of the descriptions of elements (3 dim. text)
static int DOUBLE_BUTTON_SIZE
          Sidelength of one doublebutton-field
static String FONT_NAME
          The default font used if nothing else is specified
static int FONT_SIZE
          size of the labels for the axis (3 dim. text)
static int LEGEND_COLOR_SIZE
          Size of the color-fields in legends and info-frames
static int LEGEND_FONT_SIZE
          size of the legend text
static int MAX_DESC_LENGTH
          max. length of the description of an element
 

Field Detail

debugging

static final Constants.Debugging debugging

DEFAULT_LEGEND_BACKGROUND

static final Color DEFAULT_LEGEND_BACKGROUND

DEFAULT_BACKGROUND

static final Color DEFAULT_BACKGROUND

DEFAULT_FLOOR_GRID

static final Color DEFAULT_FLOOR_GRID

DEFAULT_FLOOR

static final Color DEFAULT_FLOOR

DEFAULT_AREA_GRID

static final Color DEFAULT_AREA_GRID

DEFAULT_AREA

static final Color DEFAULT_AREA

DEFAULT_LEGEND_FONT

static final Color DEFAULT_LEGEND_FONT

DEFAULT_GHOST_COLOR

static final Color DEFAULT_GHOST_COLOR

FONT_NAME

static final String FONT_NAME
The default font used if nothing else is specified

See Also:
Constant Field Values

FONT_SIZE

static final int FONT_SIZE
size of the labels for the axis (3 dim. text)

See Also:
Constant Field Values

DESC_FONT_SIZE

static final int DESC_FONT_SIZE
size of the descriptions of elements (3 dim. text)

See Also:
Constant Field Values

LEGEND_FONT_SIZE

static final int LEGEND_FONT_SIZE
size of the legend text


DEFAULT_LINEWIDTH

static final float DEFAULT_LINEWIDTH
default width of lines

See Also:
Constant Field Values

MAX_DESC_LENGTH

static final int MAX_DESC_LENGTH
max. length of the description of an element

See Also:
Constant Field Values

LEGEND_COLOR_SIZE

static final int LEGEND_COLOR_SIZE
Size of the color-fields in legends and info-frames

See Also:
Constant Field Values

DOUBLE_BUTTON_SIZE

static final int DOUBLE_BUTTON_SIZE
Sidelength of one doublebutton-field

See Also:
Constant Field Values

ALMOST_ZERO

static final double ALMOST_ZERO
A value acting as an offset if 0 is not enough

See Also:
Constant Field Values

DEFAULT_TRANSPARENCY

static final float DEFAULT_TRANSPARENCY
Default transparency for the coordinate grid

See Also:
Constant Field Values

COLOR_LIGHTYELLOW

static final Color COLOR_LIGHTYELLOW

COLOR_LIGHTBLUE

static final Color COLOR_LIGHTBLUE

COLOR_LIGHTESTBLUE

static final Color COLOR_LIGHTESTBLUE

DEFAULT_DESCRIPTION_COLOR

static final Color DEFAULT_DESCRIPTION_COLOR

DEFAULT_AXESLABELS_COLOR

static final Color DEFAULT_AXESLABELS_COLOR

DEFAULT_GRIDLABELS_COLOR

static final Color DEFAULT_GRIDLABELS_COLOR


Part of:
Askalon_Logo
ASKALON Visualisation Diagrams