Uses of Class
net.talvi.puffinplot.window.GraphDisplay

Packages that use GraphDisplay
net.talvi.puffinplot.plots   
net.talvi.puffinplot.window   
 

Uses of GraphDisplay in net.talvi.puffinplot.plots
 

Constructors in net.talvi.puffinplot.plots with parameters of type GraphDisplay
AmsPlot(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates an AMS plot with the supplied parameters.
DemagPlot(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a demagnetization plot with the supplied parameters
DemagTable(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a data table with the supplied parameters
EqAreaPlot(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a new equal-area plot with the supplies parameters.
EqAreaPlot(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs, boolean taperingEnabled)
          Creates a new equal-area plot with the supplies parameters.
NrmHistogram(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates an NRM histogram with the supplied parameters
Plot(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a plot with the supplied parameters.
PlotTitle(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a plot title with the supplied parameters.
SampleEqAreaPlot(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a sample equal-area plot with the supplied parameters.
SampleParamsLegend(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a new PCA table with the supplied parameters.
SampleParamsTable(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a sample parameter table with the supplied parameters.
SeparateSuiteEaPlot(GraphDisplay parent, PlotParams params, java.awt.geom.Rectangle2D dimensions, java.util.prefs.Preferences prefs)
          Creates a suite equal-area plot with the supplied parameters.
SiteEqAreaPlot(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a site equal area plot with the supplied parameters.
SiteEqAreaPlot(GraphDisplay parent, PlotParams params, java.awt.geom.Rectangle2D dimensions, java.util.prefs.Preferences prefs)
          Creates a site equal area plot with the supplied parameters.
SiteParamsLegend(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a site data table with the supplied parameters.
SiteParamsTable(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a sample parameter table with the supplied parameters.
SuiteEqAreaPlot(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a suite equal area plot with the supplied parameters.
TernaryPlot(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a ternary plot with the supplied parameters.
ZPlot(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
          Creates a Zijderveld plot with the supplied parameters.
 

Uses of GraphDisplay in net.talvi.puffinplot.window
 

Subclasses of GraphDisplay in net.talvi.puffinplot.window
 class MainGraphDisplay
          A graph display which can show multiple plots.
 class SiteMeanDisplay
          A graph display containing a single equal-area plot which shows data for a site.
 class SuiteEqAreaDisplay
          A graph display which contains a single equal-area plot of Fisher means at suite level.