Class PlotPanel

All Implemented Interfaces:
ImageObserver, MenuContainer, PropertyChangeListener, Serializable, EventListener, Accessible

public class PlotPanel extends JPanel implements PropertyChangeListener
See Also:
  • Field Details

    • VERYBARE

      public static int VERYBARE
    • BARE

      public static int BARE
    • STANDARD

      public static int STANDARD
    • _toolbar

      protected CommonToolBar _toolbar
    • _decorations

      protected int _decorations
  • Constructor Details

    • PlotPanel

      public PlotPanel(PlotCanvas canvas)
      Create a plot panel for a single xy dataset and a toolbar
      Parameters:
      dataSet - the data set
      plotTitle - the title of the plot
    • PlotPanel

      public PlotPanel(PlotCanvas canvas, int decorations)
      Create a plot panel for a single xy dataset
      Parameters:
      dataSet - the data set
      plotTitle - the title of the plot
      decorations - (stripped down panel?)
  • Method Details