org.jfree.chart
Interface ChartPanelConstants

All Known Implementing Classes:
ChartPanel

public interface ChartPanelConstants

Useful constants for the ChartPanel class.

Author:
David Gilbert

Field Summary
static java.lang.String AUTO_RANGE_BOTH_ACTION_COMMAND
          Zoom reset (both axes) action command.
static java.lang.String AUTO_RANGE_HORIZONTAL_ACTION_COMMAND
          Zoom reset (horizontal axis only) action command.
static java.lang.String AUTO_RANGE_VERTICAL_ACTION_COMMAND
          Zoom reset (vertical axis only) action command.
static boolean DEFAULT_BUFFER_USED
          Default setting for buffer usage.
static int DEFAULT_HEIGHT
          The default panel height.
static int DEFAULT_MAXIMUM_DRAW_HEIGHT
          The default limit below which chart scaling kicks in.
static int DEFAULT_MAXIMUM_DRAW_WIDTH
          The default limit below which chart scaling kicks in.
static int DEFAULT_MINIMUM_DRAW_HEIGHT
          The default limit below which chart scaling kicks in.
static int DEFAULT_MINIMUM_DRAW_WIDTH
          The default limit below which chart scaling kicks in.
static int DEFAULT_WIDTH
          The default panel width.
static int MINIMUM_DRAG_ZOOM_SIZE
          The minimum size required to perform a zoom on a rectangle
static java.lang.String PRINT_ACTION_COMMAND
          Print action command.
static java.lang.String PROPERTIES_ACTION_COMMAND
          Properties action command.
static java.lang.String SAVE_ACTION_COMMAND
          Save action command.
static java.lang.String ZOOM_IN_BOTH_ACTION_COMMAND
          Zoom in (both axes) action command.
static java.lang.String ZOOM_IN_HORIZONTAL_ACTION_COMMAND
          Zoom in (horizontal axis only) action command.
static java.lang.String ZOOM_IN_VERTICAL_ACTION_COMMAND
          Zoom in (vertical axis only) action command.
static java.lang.String ZOOM_OUT_BOTH_ACTION_COMMAND
          Zoom out (both axes) action command.
static java.lang.String ZOOM_OUT_HORIZONTAL_ACTION_COMMAND
          Zoom out (horizontal axis only) action command.
static java.lang.String ZOOM_OUT_VERTICAL_ACTION_COMMAND
          Zoom out (vertical axis only) action command.
 

Field Detail

DEFAULT_BUFFER_USED

public static final boolean DEFAULT_BUFFER_USED
Default setting for buffer usage.

See Also:
Constant Field Values

DEFAULT_WIDTH

public static final int DEFAULT_WIDTH
The default panel width.

See Also:
Constant Field Values

DEFAULT_HEIGHT

public static final int DEFAULT_HEIGHT
The default panel height.

See Also:
Constant Field Values

DEFAULT_MINIMUM_DRAW_WIDTH

public static final int DEFAULT_MINIMUM_DRAW_WIDTH
The default limit below which chart scaling kicks in.

See Also:
Constant Field Values

DEFAULT_MINIMUM_DRAW_HEIGHT

public static final int DEFAULT_MINIMUM_DRAW_HEIGHT
The default limit below which chart scaling kicks in.

See Also:
Constant Field Values

DEFAULT_MAXIMUM_DRAW_WIDTH

public static final int DEFAULT_MAXIMUM_DRAW_WIDTH
The default limit below which chart scaling kicks in.

See Also:
Constant Field Values

DEFAULT_MAXIMUM_DRAW_HEIGHT

public static final int DEFAULT_MAXIMUM_DRAW_HEIGHT
The default limit below which chart scaling kicks in.

See Also:
Constant Field Values

MINIMUM_DRAG_ZOOM_SIZE

public static final int MINIMUM_DRAG_ZOOM_SIZE
The minimum size required to perform a zoom on a rectangle

See Also:
Constant Field Values

PROPERTIES_ACTION_COMMAND

public static final java.lang.String PROPERTIES_ACTION_COMMAND
Properties action command.

See Also:
Constant Field Values

SAVE_ACTION_COMMAND

public static final java.lang.String SAVE_ACTION_COMMAND
Save action command.

See Also:
Constant Field Values

PRINT_ACTION_COMMAND

public static final java.lang.String PRINT_ACTION_COMMAND
Print action command.

See Also:
Constant Field Values

ZOOM_IN_BOTH_ACTION_COMMAND

public static final java.lang.String ZOOM_IN_BOTH_ACTION_COMMAND
Zoom in (both axes) action command.

See Also:
Constant Field Values

ZOOM_IN_HORIZONTAL_ACTION_COMMAND

public static final java.lang.String ZOOM_IN_HORIZONTAL_ACTION_COMMAND
Zoom in (horizontal axis only) action command.

See Also:
Constant Field Values

ZOOM_IN_VERTICAL_ACTION_COMMAND

public static final java.lang.String ZOOM_IN_VERTICAL_ACTION_COMMAND
Zoom in (vertical axis only) action command.

See Also:
Constant Field Values

ZOOM_OUT_BOTH_ACTION_COMMAND

public static final java.lang.String ZOOM_OUT_BOTH_ACTION_COMMAND
Zoom out (both axes) action command.

See Also:
Constant Field Values

ZOOM_OUT_HORIZONTAL_ACTION_COMMAND

public static final java.lang.String ZOOM_OUT_HORIZONTAL_ACTION_COMMAND
Zoom out (horizontal axis only) action command.

See Also:
Constant Field Values

ZOOM_OUT_VERTICAL_ACTION_COMMAND

public static final java.lang.String ZOOM_OUT_VERTICAL_ACTION_COMMAND
Zoom out (vertical axis only) action command.

See Also:
Constant Field Values

AUTO_RANGE_BOTH_ACTION_COMMAND

public static final java.lang.String AUTO_RANGE_BOTH_ACTION_COMMAND
Zoom reset (both axes) action command.

See Also:
Constant Field Values

AUTO_RANGE_HORIZONTAL_ACTION_COMMAND

public static final java.lang.String AUTO_RANGE_HORIZONTAL_ACTION_COMMAND
Zoom reset (horizontal axis only) action command.

See Also:
Constant Field Values

AUTO_RANGE_VERTICAL_ACTION_COMMAND

public static final java.lang.String AUTO_RANGE_VERTICAL_ACTION_COMMAND
Zoom reset (vertical axis only) action command.

See Also:
Constant Field Values