public class ScatterPlotOJ
extends org.math.plot.plots.ScatterPlot
| Constructor and Description |
|---|
ScatterPlotOJ(java.lang.String n,
java.awt.Color c,
double[][] _XY,
int[] featureID,
PlugInContext context,
Layer layer)
[sstein] constructor for use in O-JUMP
|
| Modifier and Type | Method and Description |
|---|---|
double[] |
isSelected(int[] screenCoordTest,
org.math.plot.render.AbstractDrawer draw) |
getData, main, plot, setData, setDotPattern, setDotPatternpublic ScatterPlotOJ(java.lang.String n,
java.awt.Color c,
double[][] _XY,
int[] featureID,
PlugInContext context,
Layer layer)
n - c - _XY - featureID - public double[] isSelected(int[] screenCoordTest,
org.math.plot.render.AbstractDrawer draw)
isSelected in interface org.math.plot.plotObjects.EditableisSelected in interface org.math.plot.plotObjects.NoteableisSelected in class org.math.plot.plots.ScatterPlot