|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Plot | |
---|---|
net.talvi.puffinplot.plots | |
net.talvi.puffinplot.window |
Uses of Plot in net.talvi.puffinplot.plots |
---|
Subclasses of Plot in net.talvi.puffinplot.plots | |
---|---|
class |
AmsPlot
A plot which shows the principal axes of anisotropy of magnetic susceptibility (AMS) tensors, and statistical means and confidence regions for groups of tensors. |
class |
DemagPlot
Demagnetization plot. |
class |
DemagTable
A table showing some of the demagnetization data. |
class |
EqAreaPlot
An abstract superclass for Lambert azimuthal equal-area plots. |
class |
NrmHistogram
A histogram of the intensities of natural remanent magnetizations of a collection of samples. |
class |
PlotTitle
A title for the graph display, showing the sample identifier and some other information. |
class |
SampleEqAreaPlot
An equal-area plot showing sample data. |
class |
SampleParamsLegend
A textual display of a set of PCA and great circle parameters for a single sample. |
class |
SampleParamsTable
A table showing sample directions for the current site. |
class |
SeparateSuiteEaPlot
An equal-area plot showing suite-level Fisher statistics. |
class |
SiteEqAreaPlot
An equal-area plot showing data for a site. |
class |
SiteParamsLegend
This plot shows site directions in textual form. |
class |
SiteParamsTable
A table showing site mean directions for the whole suite. |
class |
SuiteEqAreaPlot
An equal-area plot data for an entire suite. |
class |
TernaryPlot
An experimental ternary plot for a sample's magnetic moment data. |
class |
ZPlot
A Zijderveld plot for a sample's demagnetization data. |
class |
ZPlot.ZplotLegend
A legend for a Zijderveld plot. |
Uses of Plot in net.talvi.puffinplot.window |
---|
Fields in net.talvi.puffinplot.window with type parameters of type Plot | |
---|---|
protected java.util.Map<java.lang.String,Plot> |
GraphDisplay.plots
A map from internal plot names to the plots themselves. |
Methods in net.talvi.puffinplot.window that return Plot | |
---|---|
Plot |
GraphDisplay.getPlotByClassName(java.lang.String name)
Returns the plot with a specified class name. |
Methods in net.talvi.puffinplot.window that return types with arguments of type Plot | |
---|---|
java.util.Collection<Plot> |
GraphDisplay.getPlots()
Returns a collection of all the plots in this graph display. |
java.util.List<Plot> |
GraphDisplay.getVisiblePlots()
Returns a list of the plots which are currently visible. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |