Package org.openjump.core.ui.plot
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
-
-
Constructor Summary
Constructors Constructor Description HistogramPlot2DOJ(String n, Color c, double[][] _XY, double w, PlugInContext context, Layer layer, String attrName)
-
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 Plotc
- color of the Plot_XY
- XY valuesw
- width of the plotcontext
- plugin contextlayer
- LayerattrName
- attribute name
-
-
Method Detail
-
isSelected
public double[] isSelected(int[] screenCoordTest, org.math.plot.render.AbstractDrawer draw)
- Specified by:
isSelected
in interfaceorg.math.plot.plotObjects.Editable
- Specified by:
isSelected
in interfaceorg.math.plot.plotObjects.Noteable
- Overrides:
isSelected
in classorg.math.plot.plots.HistogramPlot2D
-
-