Package org.openjump.core.ui.plot
Class ScatterPlotOJ
- java.lang.Object
-
- org.math.plot.plots.Plot
-
- org.math.plot.plots.ScatterPlot
-
- org.openjump.core.ui.plot.ScatterPlotOJ
-
- All Implemented Interfaces:
org.math.plot.plotObjects.Editable,org.math.plot.plotObjects.Noteable,org.math.plot.plotObjects.Plotable
- Direct Known Subclasses:
BarPlotOJ
public class ScatterPlotOJ extends org.math.plot.plots.ScatterPlot
-
-
Constructor Summary
Constructors Constructor Description ScatterPlotOJ(String n, Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer)[sstein] constructor for use in O-JUMP
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]isSelected(int[] screenCoordTest, org.math.plot.render.AbstractDrawer draw)-
Methods inherited from class org.math.plot.plots.ScatterPlot
getBounds, getData, main, noteCoord, plot, setData, setDotPattern, setDotPattern, setTags
-
Methods inherited from class org.math.plot.plots.Plot
addGaussQuantiles, addGaussQuantiles, addLayer, addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, addVector, clearLayers, edit, editnote, getBounds, getColor, getDataPanel, getName, getVisible, note, plot, plotLayerPlots, setColor, setName, setVisible
-
-
-
-
Constructor Detail
-
ScatterPlotOJ
public ScatterPlotOJ(String n, Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer)
[sstein] constructor for use in O-JUMP- Parameters:
n- a name for the Plotc- Color of the Plot_XY- data to plot as a 2-dimensional double arrayfeatureID- array of feature idscontext- the PlugInContextlayer- the Layer to Plot
-
-
Method Detail
-
isSelected
public double[] isSelected(int[] screenCoordTest, org.math.plot.render.AbstractDrawer draw)- Specified by:
isSelectedin interfaceorg.math.plot.plotObjects.Editable- Specified by:
isSelectedin interfaceorg.math.plot.plotObjects.Noteable- Overrides:
isSelectedin classorg.math.plot.plots.ScatterPlot
-
-