org.openjump.core.ui.plot
Class ScatterPlotOJ

java.lang.Object
  extended by org.math.plot.plots.Plot
      extended by org.math.plot.plots.ScatterPlot
          extended by 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


Field Summary
 
Fields inherited from class org.math.plot.plots.Plot
color, layers, name, note_precision, noted, visible
 
Constructor Summary
ScatterPlotOJ(java.lang.String n, java.awt.Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer)
          [sstein] constructor for use in O-JUMP
 
Method Summary
 double[] isSelected(int[] screenCoordTest, org.math.plot.render.AbstractDrawer draw)
           
 
Methods inherited from class org.math.plot.plots.ScatterPlot
getData, main, plot, setData, setDotPattern, setDotPattern
 
Methods inherited from class org.math.plot.plots.Plot
addGaussQuantiles, addGaussQuantiles, addLayer, addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, addVector, edit, editnote, getColor, getName, getVisible, note, plot, plotLayerPlots, setColor, setName, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScatterPlotOJ

public ScatterPlotOJ(java.lang.String n,
                     java.awt.Color c,
                     double[][] _XY,
                     int[] featureID,
                     PlugInContext context,
                     Layer layer)
[sstein] constructor for use in O-JUMP

Parameters:
n -
c -
_XY -
featureID -
Method Detail

isSelected

public double[] isSelected(int[] screenCoordTest,
                           org.math.plot.render.AbstractDrawer draw)
Specified by:
isSelected in interface org.math.plot.plotObjects.Editable
Specified by:
isSelected in interface org.math.plot.plotObjects.Noteable
Overrides:
isSelected in class org.math.plot.plots.ScatterPlot