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, setDotPattern
public 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.Editable
isSelected
in interface org.math.plot.plotObjects.Noteable
isSelected
in class org.math.plot.plots.ScatterPlot