org.math.plot.plots
Class StaircasePlot

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

public class StaircasePlot
extends ScatterPlot


Field Summary
 boolean link
           
 
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
StaircasePlot(String n, Color c, boolean[][] _pattern, double[][] _XY)
           
StaircasePlot(String n, Color c, double[][] _XY)
           
StaircasePlot(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

link

public boolean link
Constructor Detail

StaircasePlot

public StaircasePlot(String n,
                     Color c,
                     boolean[][] _pattern,
                     double[][] _XY)

StaircasePlot

public StaircasePlot(String n,
                     Color c,
                     int _type,
                     int _radius,
                     double[][] _XY)

StaircasePlot

public StaircasePlot(String n,
                     Color c,
                     double[][] _XY)
Method Detail

plot

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