|
||||||||||
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.NrmHistogram
public class NrmHistogram
A histogram of the intensities of natural remanent magnetizations of a collection of samples.
Field Summary |
---|
Fields inherited from class net.talvi.puffinplot.plots.Plot |
---|
DEFAULT_PLOT_POSITIONS, dimensions, params, PLOT_POINT_SIZE |
Constructor Summary | |
---|---|
NrmHistogram(GraphDisplay parent,
PlotParams params,
java.util.prefs.Preferences prefs)
Creates an NRM histogram with the supplied parameters |
Method Summary | |
---|---|
void |
draw(java.awt.Graphics2D g)
Draws this plot. |
java.lang.String |
getName()
Returns this plot's internal name. |
java.lang.String |
getNiceName()
Returns this plot's user-friendly name. |
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 NrmHistogram(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 configurationMethod Detail |
---|
public java.lang.String getName()
getName
in class Plot
public java.lang.String getNiceName()
getNiceName
in class Plot
public void draw(java.awt.Graphics2D g)
draw
in class Plot
g
- the graphics object to which to draw the plot
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |