Interface ChartPanelConstants

All Known Implementing Classes:
ChartPanel, PolarChartPanel

public interface ChartPanelConstants
Useful constants for the ChartPanel class.
  • Field Details

    • DEFAULT_BUFFER_USED

      static final boolean DEFAULT_BUFFER_USED
      Default setting for buffer usage.
      See Also:
      Constant Field Values
    • DEFAULT_WIDTH

      static final int DEFAULT_WIDTH
      The default panel width.
      See Also:
      Constant Field Values
    • DEFAULT_HEIGHT

      static final int DEFAULT_HEIGHT
      The default panel height.
      See Also:
      Constant Field Values
    • DEFAULT_MINIMUM_DRAW_WIDTH

      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

      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

      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

      static final int DEFAULT_MAXIMUM_DRAW_HEIGHT
      The default limit below which chart scaling kicks in.
      See Also:
      Constant Field Values
    • DEFAULT_ZOOM_TRIGGER_DISTANCE

      static final int DEFAULT_ZOOM_TRIGGER_DISTANCE
      The minimum size required to perform a zoom on a rectangle
      See Also:
      Constant Field Values
    • PROPERTIES_ACTION_COMMAND

      static final String PROPERTIES_ACTION_COMMAND
      Properties action command.
      See Also:
      Constant Field Values
    • SAVE_ACTION_COMMAND

      static final String SAVE_ACTION_COMMAND
      Save action command.
      See Also:
      Constant Field Values
    • ZOOM_IN_BOTH_ACTION_COMMAND

      static final String ZOOM_IN_BOTH_ACTION_COMMAND
      Zoom in (both axes) action command.
      See Also:
      Constant Field Values
    • ZOOM_IN_HORIZONTAL_ACTION_COMMAND

      static final String ZOOM_IN_HORIZONTAL_ACTION_COMMAND
      Zoom in (horizontal axis only) action command.
      See Also:
      Constant Field Values
    • ZOOM_IN_VERTICAL_ACTION_COMMAND

      static final String ZOOM_IN_VERTICAL_ACTION_COMMAND
      Zoom in (vertical axis only) action command.
      See Also:
      Constant Field Values
    • ZOOM_OUT_BOTH_ACTION_COMMAND

      static final String ZOOM_OUT_BOTH_ACTION_COMMAND
      Zoom out (both axes) action command.
      See Also:
      Constant Field Values
    • ZOOM_OUT_HORIZONTAL_ACTION_COMMAND

      static final String ZOOM_OUT_HORIZONTAL_ACTION_COMMAND
      Zoom out (horizontal axis only) action command.
      See Also:
      Constant Field Values
    • ZOOM_OUT_VERTICAL_ACTION_COMMAND

      static final String ZOOM_OUT_VERTICAL_ACTION_COMMAND
      Zoom out (vertical axis only) action command.
      See Also:
      Constant Field Values
    • AUTO_RANGE_BOTH_ACTION_COMMAND

      static final String AUTO_RANGE_BOTH_ACTION_COMMAND
      Zoom reset (both axes) action command.
      See Also:
      Constant Field Values
    • AUTO_RANGE_HORIZONTAL_ACTION_COMMAND

      static final String AUTO_RANGE_HORIZONTAL_ACTION_COMMAND
      Zoom reset (horizontal axis only) action command.
      See Also:
      Constant Field Values
    • AUTO_RANGE_VERTICAL_ACTION_COMMAND

      static final String AUTO_RANGE_VERTICAL_ACTION_COMMAND
      Zoom reset (vertical axis only) action command.
      See Also:
      Constant Field Values