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

  • Constructor Details

    • AExample

      public AExample()
  • Method Details

    • 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()