Class AExample

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants
Direct Known Subclasses:
AnotherGaussian, ErfcTest, ErfTest, Gaussians, GrowingHisto, Histo, Histo2D, LineWithXAndYErrors, OneXThreeY, Scatter, StraightLine, StripChart, TripleGaussian, TwoHisto, TwoLinesWithErrors

public abstract class AExample extends JFrame
A template class for plot examples
Author:
heddle
See Also:
  • Field Details Link icon

  • Constructor Details Link icon

    • AExample Link icon

      public AExample()
  • Method Details Link icon

    • getPlotCanvas Link icon

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

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

      protected abstract String[] getColumnNames()
    • getXAxisLabel Link icon

      protected abstract String getXAxisLabel()
    • getYAxisLabel Link icon

      protected abstract String getYAxisLabel()
    • getPlotTitle Link icon

      protected abstract String getPlotTitle()
    • fillData Link icon

      public abstract void fillData()
    • setPreferences Link icon

      public abstract void setPreferences()