Class HistogramPlot2DOJ

  • All Implemented Interfaces:
    org.math.plot.plotObjects.Editable, org.math.plot.plotObjects.Noteable, org.math.plot.plotObjects.Plotable

    public class HistogramPlot2DOJ
    extends org.math.plot.plots.HistogramPlot2D
    • 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.HistogramPlot2D

        getBounds, getData, getDataWidth, main, plot, setData, setData, setData, setDataWidth, setDataWidth
      • 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, noteCoord, plot, plotLayerPlots, setColor, setName, setVisible
    • Constructor Detail

      • HistogramPlot2DOJ

        public HistogramPlot2DOJ​(String n,
                                 Color c,
                                 double[][] _XY,
                                 double w,
                                 PlugInContext context,
                                 Layer layer,
                                 String attrName)
        Parameters:
        n - name of the Plot
        c - color of the Plot
        _XY - XY values
        w - width of the plot
        context - plugin context
        layer - Layer
        attrName - attribute name
    • 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.HistogramPlot2D