Class ChartConfigurationPanel

java.lang.Object
java.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
be.gaudry.swing.component.table.tablechart.ChartConfigurationPanel
All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible

public class ChartConfigurationPanel extends JPanel
Since:
1.0 2009, 0.0.1-SNAPSHOT
Version:
%I%, %G%
Author:
Steph GAUDRY
See Also:
Serialized Form
  • Constructor Details

    • ChartConfigurationPanel

      public ChartConfigurationPanel()
  • Method Details

    • main

      public static void main(String[] args)
      Auto-generated main method to display this JPanel inside a new JFrame.
    • getDepthSlider

      public JSlider getDepthSlider()
    • getAlphaSlider

      public JSlider getAlphaSlider()
    • getStartAngleSlider

      public JSlider getStartAngleSlider()
    • getSimpleLabelsCheckBox

      public JCheckBox getSimpleLabelsCheckBox()
    • getPlot

      public org.jfree.chart.plot.PiePlot3D getPlot()
      Returns:
      the plot
    • setPlot

      public void setPlot(org.jfree.chart.plot.PiePlot3D plot)
      Parameters:
      plot - the plot to set
    • setChartPanel

      public void setChartPanel(ChartTablePanel chartTablePanel)