Package org.openjump.core.ui.plot
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
public class BarPlotOJ extends ScatterPlotOJ
-
-
Field Summary
Fields Modifier and Type Field Description boolean
draw_dot
-
Constructor Summary
Constructors Constructor Description BarPlotOJ(String n, Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
plot(org.math.plot.render.AbstractDrawer draw, Color c)
-
Methods inherited from class org.openjump.core.ui.plot.ScatterPlotOJ
isSelected
-
Methods inherited from class org.math.plot.plots.ScatterPlot
getBounds, getData, noteCoord, setData, setDotPattern, setDotPattern, setTags
-
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, plot, plotLayerPlots, setColor, setName, setVisible
-
-
-
-
Constructor Detail
-
BarPlotOJ
public BarPlotOJ(String n, Color c, double[][] _XY, int[] featureID, PlugInContext context, Layer layer)
-
-