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

    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

    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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 Plot
      c - Color of the Plot
      _XY - data to plot as a 2-dimensional double array
      featureID - array of feature ids
      context - the PlugInContext
      layer - the Layer to Plot
  • Method Details

    • 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