Package org.jfree.chart
Interface ChartPanelConstants
- All Known Implementing Classes:
ChartPanel,PolarChartPanel
public interface ChartPanelConstants
Useful constants for the
ChartPanel class.-
Field Summary
Fields Modifier and Type Field Description static StringAUTO_RANGE_BOTH_ACTION_COMMANDZoom reset (both axes) action command.static StringAUTO_RANGE_HORIZONTAL_ACTION_COMMANDZoom reset (horizontal axis only) action command.static StringAUTO_RANGE_VERTICAL_ACTION_COMMANDZoom reset (vertical axis only) action command.static booleanDEFAULT_BUFFER_USEDDefault setting for buffer usage.static intDEFAULT_HEIGHTThe default panel height.static intDEFAULT_MAXIMUM_DRAW_HEIGHTThe default limit below which chart scaling kicks in.static intDEFAULT_MAXIMUM_DRAW_WIDTHThe default limit below which chart scaling kicks in.static intDEFAULT_MINIMUM_DRAW_HEIGHTThe default limit below which chart scaling kicks in.static intDEFAULT_MINIMUM_DRAW_WIDTHThe default limit below which chart scaling kicks in.static intDEFAULT_WIDTHThe default panel width.static intDEFAULT_ZOOM_TRIGGER_DISTANCEThe minimum size required to perform a zoom on a rectanglestatic StringPRINT_ACTION_COMMANDPrint action command.static StringPROPERTIES_ACTION_COMMANDProperties action command.static StringSAVE_ACTION_COMMANDSave action command.static StringZOOM_IN_BOTH_ACTION_COMMANDZoom in (both axes) action command.static StringZOOM_IN_HORIZONTAL_ACTION_COMMANDZoom in (horizontal axis only) action command.static StringZOOM_IN_VERTICAL_ACTION_COMMANDZoom in (vertical axis only) action command.static StringZOOM_OUT_BOTH_ACTION_COMMANDZoom out (both axes) action command.static StringZOOM_OUT_HORIZONTAL_ACTION_COMMANDZoom out (horizontal axis only) action command.static StringZOOM_OUT_VERTICAL_ACTION_COMMANDZoom out (vertical axis only) action command.
-
Field Details
-
DEFAULT_BUFFER_USED
static final boolean DEFAULT_BUFFER_USEDDefault setting for buffer usage.- See Also:
- Constant Field Values
-
DEFAULT_WIDTH
static final int DEFAULT_WIDTHThe default panel width.- See Also:
- Constant Field Values
-
DEFAULT_HEIGHT
static final int DEFAULT_HEIGHTThe default panel height.- See Also:
- Constant Field Values
-
DEFAULT_MINIMUM_DRAW_WIDTH
static final int DEFAULT_MINIMUM_DRAW_WIDTHThe default limit below which chart scaling kicks in.- See Also:
- Constant Field Values
-
DEFAULT_MINIMUM_DRAW_HEIGHT
static final int DEFAULT_MINIMUM_DRAW_HEIGHTThe default limit below which chart scaling kicks in.- See Also:
- Constant Field Values
-
DEFAULT_MAXIMUM_DRAW_WIDTH
static final int DEFAULT_MAXIMUM_DRAW_WIDTHThe default limit below which chart scaling kicks in.- See Also:
- Constant Field Values
-
DEFAULT_MAXIMUM_DRAW_HEIGHT
static final int DEFAULT_MAXIMUM_DRAW_HEIGHTThe default limit below which chart scaling kicks in.- See Also:
- Constant Field Values
-
DEFAULT_ZOOM_TRIGGER_DISTANCE
static final int DEFAULT_ZOOM_TRIGGER_DISTANCEThe minimum size required to perform a zoom on a rectangle- See Also:
- Constant Field Values
-
PROPERTIES_ACTION_COMMAND
Properties action command.- See Also:
- Constant Field Values
-
SAVE_ACTION_COMMAND
Save action command.- See Also:
- Constant Field Values
-
PRINT_ACTION_COMMAND
Print action command.- See Also:
- Constant Field Values
-
ZOOM_IN_BOTH_ACTION_COMMAND
Zoom in (both axes) action command.- See Also:
- Constant Field Values
-
ZOOM_IN_HORIZONTAL_ACTION_COMMAND
Zoom in (horizontal axis only) action command.- See Also:
- Constant Field Values
-
ZOOM_IN_VERTICAL_ACTION_COMMAND
Zoom in (vertical axis only) action command.- See Also:
- Constant Field Values
-
ZOOM_OUT_BOTH_ACTION_COMMAND
Zoom out (both axes) action command.- See Also:
- Constant Field Values
-
ZOOM_OUT_HORIZONTAL_ACTION_COMMAND
Zoom out (horizontal axis only) action command.- See Also:
- Constant Field Values
-
ZOOM_OUT_VERTICAL_ACTION_COMMAND
Zoom out (vertical axis only) action command.- See Also:
- Constant Field Values
-
AUTO_RANGE_BOTH_ACTION_COMMAND
Zoom reset (both axes) action command.- See Also:
- Constant Field Values
-
AUTO_RANGE_HORIZONTAL_ACTION_COMMAND
Zoom reset (horizontal axis only) action command.- See Also:
- Constant Field Values
-
AUTO_RANGE_VERTICAL_ACTION_COMMAND
Zoom reset (vertical axis only) action command.- See Also:
- Constant Field Values
-