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
ConstructorsConstructorDescriptionHistogramPlot2DOJ(String n, Color c, double[][] _XY, double w, PlugInContext context, Layer layer, String attrName) -
Method Summary
Modifier and TypeMethodDescriptiondouble[]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, setDataWidthMethods 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 Details
-
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 Details
-
isSelected
public double[] isSelected(int[] screenCoordTest, org.math.plot.render.AbstractDrawer draw) - Specified by:
isSelectedin interfaceorg.math.plot.plotObjects.Editable- Specified by:
isSelectedin interfaceorg.math.plot.plotObjects.Noteable- Overrides:
isSelectedin classorg.math.plot.plots.HistogramPlot2D
-