Class PolarChartPanel

    • Constructor Detail

      • 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 Detail

      • setChart

        public void setChart​(JFreeChart chart)
        Sets the chart that is displayed in the panel.
        Overrides:
        setChart in class ChartPanel
        Parameters:
        chart - The chart.
      • createPopupMenu

        protected JPopupMenu createPopupMenu​(boolean properties,
                                             boolean save,
                                             boolean print,
                                             boolean zoom)
        Creates a popup menu for the panel.
        Overrides:
        createPopupMenu in class ChartPanel
        Parameters:
        properties - include a menu item for the chart property editor.
        save - include a menu item for saving the chart.
        print - include a menu item for printing the chart.
        zoom - include menu items for zooming.
        Returns:
        The popup menu.