Class PlotPanel

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

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

    • VERYBARE Link icon

      public static int VERYBARE
    • BARE Link icon

      public static int BARE
    • STANDARD Link icon

      public static int STANDARD
    • _toolbar Link icon

      protected CommonToolBar _toolbar
    • _decorations Link icon

      protected int _decorations
  • Constructor Details Link icon

    • PlotPanel Link icon

      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 Link icon

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