org.math.plot.plots
Class LinePlot

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

public class LinePlot
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
LinePlot(String n, Color c, boolean[][] _pattern, double[][] _XY)
           
LinePlot(String n, Color c, double[][] _XY)
           
LinePlot(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

LinePlot

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

LinePlot

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

LinePlot

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

plot

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