org.math.plot.plots
Class BarPlot
java.lang.Object
org.math.plot.plots.Plot
org.math.plot.plots.ScatterPlot
org.math.plot.plots.BarPlot
- All Implemented Interfaces:
- Editable, Noteable, Plotable
public class BarPlot
- extends ScatterPlot
Methods inherited from class org.math.plot.plots.Plot |
addQuantile, addQuantile, addQuantile, addQuantiles, addQuantiles, edit, editnote, getColor, getName, getVisible, note, plot, plotQuantiles, setColor, setName, setVisible |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
draw_dot
public boolean draw_dot
BarPlot
public BarPlot(String n,
Color c,
boolean[][] _pattern,
double[][] _XY)
BarPlot
public BarPlot(String n,
Color c,
int _type,
int _radius,
double[][] _XY)
BarPlot
public BarPlot(String n,
Color c,
double[][] _XY)
plot
public void plot(AbstractDrawer draw,
Color c)
- Overrides:
plot
in class ScatterPlot