|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.talvi.puffinplot.plots.Plot
net.talvi.puffinplot.plots.ZPlot
public class ZPlot
A Zijderveld plot for a sample's demagnetization data. The vertical projection can be set to show east vs. up or north vs. up, and can also be set for a modified Zijderveld plot, where each data point is projected onto the vertical plane containing the origin and itself.
| Nested Class Summary | |
|---|---|
class |
ZPlot.ZplotLegend
A legend for a Zijderveld plot. |
| Field Summary |
|---|
| Fields inherited from class net.talvi.puffinplot.plots.Plot |
|---|
DEFAULT_PLOT_POSITIONS, dimensions, params, PLOT_POINT_SIZE |
| Constructor Summary | |
|---|---|
ZPlot(GraphDisplay parent,
PlotParams params,
java.util.prefs.Preferences prefs)
Creates a Zijderveld plot with the supplied parameters. |
|
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics2D g)
Draws this plot. |
ZPlot.ZplotLegend |
getLegend()
Returns the legend for this plot. |
java.lang.String |
getName()
Returns an internal name for this plot. |
java.lang.String |
getNiceName()
Returns a user-friendly name for this plot. |
| Methods inherited from class net.talvi.puffinplot.plots.Plot |
|---|
addPoint, addSampleClickListener, applyTextAttributes, clearPoints, cropRectangle, drawPoints, getDashedStroke, getDimensions, getDimensionsAsString, getFontSize, getMargin, getStroke, getTextAttributes, getTickLength, getUnitSize, isVisible, mouseClicked, removeSampleClickListener, selectByRectangle, setDimensions, setDimensionsToDefault, setVisible, timesTenToThe, timesTenToThe, writeString, writeString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZPlot(GraphDisplay parent,
PlotParams params,
java.util.prefs.Preferences prefs)
parent - the graph display containing the plotparams - the parameters of the plotprefs - the preferences containing the plot configuration| Method Detail |
|---|
public java.lang.String getName()
Plot
getName in class Plotpublic java.lang.String getNiceName()
Plot
getNiceName in class Plotpublic void draw(java.awt.Graphics2D g)
Plot
draw in class Plotg - the graphics object onto which to draw this plotpublic ZPlot.ZplotLegend getLegend()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||