Class 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
    • 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 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 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