org.math.plot.plots
Class BarPlot

java.lang.Object
  extended by org.math.plot.plots.Plot
      extended by org.math.plot.plots.ScatterPlot
          extended by org.math.plot.plots.BarPlot
All Implemented Interfaces:
Editable, Noteable, Plotable

public class BarPlot
extends ScatterPlot


Field Summary
 boolean draw_dot
           
 
Fields inherited from class org.math.plot.plots.ScatterPlot
XY
 
Fields inherited from class org.math.plot.plots.Plot
color, name, note_precision, noted, quantiles, visible
 
Constructor Summary
BarPlot(String n, Color c, boolean[][] _pattern, double[][] _XY)
           
BarPlot(String n, Color c, double[][] _XY)
           
BarPlot(String n, Color c, int _type, int _radius, double[][] _XY)
           
 
Method Summary
 void plot(AbstractDrawer draw, Color c)
           
 
Methods inherited from class org.math.plot.plots.ScatterPlot
getData, isSelected, main, setData, setDotPattern, setDotPattern
 
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
 

Field Detail

draw_dot

public boolean draw_dot
Constructor Detail

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)
Method Detail

plot

public void plot(AbstractDrawer draw,
                 Color c)
Overrides:
plot in class ScatterPlot