Package | Description |
---|---|
net.talvi.puffinplot.plots |
This package contains classes for plotting palaeomagnetic data.
|
net.talvi.puffinplot.window |
This package contains windows and related GUI classes for PuffinPlot.
|
Modifier and Type | Field and Description |
---|---|
protected PlotParams |
Plot.params
the plot parameters
|
Constructor and Description |
---|
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
|
DepthPlot(GraphDisplay parent,
PlotParams params,
java.util.prefs.Preferences prefs)
Creates a depth plot with the supplied parameters
|
EqAreaPlot(GraphDisplay parent,
PlotParams params,
java.util.prefs.Preferences prefs)
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 sample parameter legend 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 site 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.
|
SuiteParamsTable(GraphDisplay parent,
PlotParams params,
java.util.prefs.Preferences prefs)
Creates a suite parameter table with the supplied parameters.
|
TernaryPlot(GraphDisplay parent,
PlotParams params,
java.util.prefs.Preferences prefs)
Creates a ternary plot with the supplied parameters.
|
VgpTable(GraphDisplay parent,
PlotParams params,
java.util.prefs.Preferences prefs)
Creates a sample parameter table with the supplied parameters.
|
ZPlot(GraphDisplay parent,
PlotParams params,
java.util.prefs.Preferences prefs)
Creates a Zijderveld plot with the supplied parameters.
|
Constructor and Description |
---|
TableWindow(PlotParams params)
Creates a new table window.
|