Class PolarChartPanel

All Implemented Interfaces:
ActionListener, MouseListener, MouseMotionListener, ImageObserver, MenuContainer, Printable, Serializable, EventListener, Accessible, ChartPanelConstants, ChartChangeListener, ChartProgressListener

public class PolarChartPanel
extends ChartPanel
PolarChartPanel is the top level object for using the PolarPlot. Since this class has a JPanel in the inheritance hierarchy, one uses this class to integrate the Polar plot into their application.

The main modification to ChartPanel is the popup menu. It removes ChartPanel's versions of:

  • Zoom In
  • Zoom Out
  • Auto Range
and replaces them with versions more appropriate for PolarPlot.
Author:
Daniel Bridenbecker, Solution Engineering, Inc.
See Also:
Serialized Form
  • Constructor Details

    • PolarChartPanel

      public PolarChartPanel​(JFreeChart chart)
      Constructs a JFreeChart panel.
      Parameters:
      chart - the chart.
    • PolarChartPanel

      public PolarChartPanel​(JFreeChart chart, boolean useBuffer)
      Creates a new panel.
      Parameters:
      chart - the chart.
      useBuffer - buffered?
  • Method Details