Class APlotDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
MemoryUsageDialog

public abstract class APlotDialog extends JDialog
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • addNorth

      protected void addNorth()
      Add a north component
    • addSouth

      protected void addSouth()
      Add a south component
    • addEast

      protected void addEast()
      Add an east component
    • addWest

      protected void addWest()
      Add a west component
    • getInsets

      public Insets getInsets()
      Overrides:
      getInsets in class Container
    • getPlotCanvas

      public PlotCanvas getPlotCanvas()
      Get the plot canvas
      Returns:
      the plot canvas
    • createDataSet

      protected abstract DataSet createDataSet() throws DataSetException
      Throws:
      DataSetException
    • getColumnNames

      protected abstract String[] getColumnNames()
    • getXAxisLabel

      protected abstract String getXAxisLabel()
    • getYAxisLabel

      protected abstract String getYAxisLabel()
    • getPlotTitle

      protected abstract String getPlotTitle()
    • fillData

      public abstract void fillData()
    • setPreferences

      public abstract void setPreferences()