Class BarPlotOJ
java.lang.Object
org.math.plot.plots.Plot
org.math.plot.plots.ScatterPlot
org.openjump.core.ui.plot.ScatterPlotOJ
org.openjump.core.ui.plot.BarPlotOJ
- All Implemented Interfaces:
org.math.plot.plotObjects.Editable, org.math.plot.plotObjects.Noteable, org.math.plot.plotObjects.Plotable
-
Nested Class Summary
Nested classes/interfaces inherited from class org.math.plot.plots.Plot
org.math.plot.plots.Plot.DefaultDataPanel -
Field Summary
FieldsFields inherited from class org.math.plot.plots.Plot
color, coordNoted, datapanel, layers, name, note_precision, noted, plotCanvas, visible -
Constructor Summary
ConstructorsConstructorDescriptionBarPlotOJ(String n, Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer) -
Method Summary
Methods inherited from class ScatterPlotOJ
isSelectedMethods inherited from class org.math.plot.plots.ScatterPlot
getBounds, getData, noteCoord, setData, setDotPattern, setDotPattern, setTagsMethods 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
-
Field Details
-
draw_dot
public boolean draw_dot
-
-
Constructor Details
-
BarPlotOJ
public BarPlotOJ(String n, Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer)
-
-
Method Details
-
plot
- Overrides:
plotin classorg.math.plot.plots.ScatterPlot
-
main
-