apps.mathpadapp.mathtool
Class GraphConfig

java.lang.Object
  extended by apps.mathpadapp.mathtool.GraphConfig

public class GraphConfig
extends java.lang.Object

The Class GraphConfig.


Field Summary
static int COLOR_LIST_ITEM_HEIGHT
          The Constant COLOR_LIST_ITEM_HEIGHT.
static java.awt.Color CONTROL_PANEL_BACKGROUND_COLOR
          The Constant CONTROL_PANEL_BACKGROUND_COLOR.
static java.awt.Color CONTROL_PANEL_BORDER_COLOR
          The Constant CONTROL_PANEL_BORDER_COLOR.
static int CONTROL_PANEL_BORDER_SIZE
          The Constant CONTROL_PANEL_BORDER_SIZE.
static int CONTROL_PANEL_BUTTON_HEIGHT
          The Constant CONTROL_PANEL_BUTTON_HEIGHT.
static int CONTROL_PANEL_BUTTON_WIDTH
          The Constant CONTROL_PANEL_BUTTON_WIDTH.
static int CONTROL_PANEL_HEIGHT
          The Constant CONTROL_PANEL_HEIGHT.
static int CONTROL_PANEL_WIDTH
          The Constant CONTROL_PANEL_WIDTH.
static int LINE_WIDTH_SHIFT
          The Constant LINE_WIDTH_SHIFT.
static java.awt.Color MAIN_WINDOW_BACKGROUND_COLOR
          The Constant MAIN_WINDOW_BACKGROUND_COLOR.
static int MAIN_WINDOW_BORDER_SIZE
          The Constant MAIN_WINDOW_BORDER_SIZE.
static int MAIN_WINDOW_HEIGHT
          The Constant MAIN_WINDOW_HEIGHT.
static int MAIN_WINDOW_WIDTH
          The Constant MAIN_WINDOW_WIDTH.
static int NO_OF_LINE_WIDTH_LEVELS
          The Constant NO_OF_LINE_WIDTH_LEVELS.
static int TOP_BAR_WIDTH
          The Constant TOP_BAR_WIDTH.
 
Constructor Summary
GraphConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLOR_LIST_ITEM_HEIGHT

public static final int COLOR_LIST_ITEM_HEIGHT
The Constant COLOR_LIST_ITEM_HEIGHT.

See Also:
Constant Field Values

CONTROL_PANEL_BACKGROUND_COLOR

public static final java.awt.Color CONTROL_PANEL_BACKGROUND_COLOR
The Constant CONTROL_PANEL_BACKGROUND_COLOR.


CONTROL_PANEL_BORDER_COLOR

public static final java.awt.Color CONTROL_PANEL_BORDER_COLOR
The Constant CONTROL_PANEL_BORDER_COLOR.


CONTROL_PANEL_BORDER_SIZE

public static final int CONTROL_PANEL_BORDER_SIZE
The Constant CONTROL_PANEL_BORDER_SIZE.

See Also:
Constant Field Values

CONTROL_PANEL_BUTTON_HEIGHT

public static final int CONTROL_PANEL_BUTTON_HEIGHT
The Constant CONTROL_PANEL_BUTTON_HEIGHT.

See Also:
Constant Field Values

CONTROL_PANEL_BUTTON_WIDTH

public static final int CONTROL_PANEL_BUTTON_WIDTH
The Constant CONTROL_PANEL_BUTTON_WIDTH.

See Also:
Constant Field Values

CONTROL_PANEL_HEIGHT

public static final int CONTROL_PANEL_HEIGHT
The Constant CONTROL_PANEL_HEIGHT.

See Also:
Constant Field Values

CONTROL_PANEL_WIDTH

public static final int CONTROL_PANEL_WIDTH
The Constant CONTROL_PANEL_WIDTH.

See Also:
Constant Field Values

LINE_WIDTH_SHIFT

public static final int LINE_WIDTH_SHIFT
The Constant LINE_WIDTH_SHIFT.

See Also:
Constant Field Values

MAIN_WINDOW_BACKGROUND_COLOR

public static final java.awt.Color MAIN_WINDOW_BACKGROUND_COLOR
The Constant MAIN_WINDOW_BACKGROUND_COLOR.


MAIN_WINDOW_BORDER_SIZE

public static final int MAIN_WINDOW_BORDER_SIZE
The Constant MAIN_WINDOW_BORDER_SIZE.

See Also:
Constant Field Values

MAIN_WINDOW_HEIGHT

public static final int MAIN_WINDOW_HEIGHT
The Constant MAIN_WINDOW_HEIGHT.

See Also:
Constant Field Values

MAIN_WINDOW_WIDTH

public static final int MAIN_WINDOW_WIDTH
The Constant MAIN_WINDOW_WIDTH.

See Also:
Constant Field Values

NO_OF_LINE_WIDTH_LEVELS

public static final int NO_OF_LINE_WIDTH_LEVELS
The Constant NO_OF_LINE_WIDTH_LEVELS.

See Also:
Constant Field Values

TOP_BAR_WIDTH

public static final int TOP_BAR_WIDTH
The Constant TOP_BAR_WIDTH.

See Also:
Constant Field Values
Constructor Detail

GraphConfig

public GraphConfig()