Class HistogramPlot2DOJ

java.lang.Object
org.math.plot.plots.Plot
org.math.plot.plots.HistogramPlot2D
org.openjump.core.ui.plot.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
  • Constructor Summary

    Constructors
    Constructor
    Description
    HistogramPlot2DOJ(String n, Color c, double[][] _XY, double w, PlugInContext context, Layer layer, String attrName)
     
  • 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.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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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 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.HistogramPlot2D