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
-
Nested Class Summary
Nested classes/interfaces inherited from class org.math.plot.plots.Plot
org.math.plot.plots.Plot.DefaultDataPanel -
Field Summary
Fields inherited from class org.math.plot.plots.Plot
color, coordNoted, datapanel, layers, name, note_precision, noted, plotCanvas, visible -
Constructor Summary
ConstructorsConstructorDescriptionScatterPlotOJ(String n, Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer) [sstein] constructor for use in O-JUMP -
Method Summary
Modifier and TypeMethodDescriptiondouble[]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, setTagsMethods 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 Details
-
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 Details
-
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
-