public class DemagTable extends Plot
DEFAULT_PLOT_POSITIONS, dimensions, params, PLOT_POINT_SIZE
Constructor and Description |
---|
DemagTable(GraphDisplay parent,
PlotParams params,
java.util.prefs.Preferences prefs)
Creates a data table with the supplied parameters
|
Modifier and Type | Method and Description |
---|---|
void |
draw(java.awt.Graphics2D g)
Draws the table.
|
java.lang.String |
getName()
Returns the internal plot name for this table.
|
java.lang.String |
getNiceName()
Returns the user-friendly plot name for this table.
|
addPoint, addSampleClickListener, applyTextAttributes, areTreatmentStepsLabelled, clearPoints, cropRectangle, drawPoints, getDashedStroke, getDatumForPosition, getDimensions, getDimensionsAsString, getFontSize, getMargin, getStroke, getTextAttributes, getTickLength, getUnitSize, isVisible, mouseClicked, putText, putText, removeSampleClickListener, selectByRectangle, setDimensions, setDimensionsToDefault, setVisible, timesTenToThe, timesTenToThe, writeString, writeString
public DemagTable(GraphDisplay parent, PlotParams params, java.util.prefs.Preferences prefs)
parent
- the graph display containing the tableparams
- the parameters of the tableprefs
- the preferences containing the table configurationpublic java.lang.String getName()
public java.lang.String getNiceName()
getNiceName
in class Plot