org.math.plot.plotObjects
Class BaseLine

java.lang.Object
  extended by org.math.plot.plotObjects.Line
      extended by org.math.plot.plotObjects.BaseLine
All Implemented Interfaces:
Plotable

public class BaseLine
extends Line


Field Summary
 
Fields inherited from class org.math.plot.plotObjects.Line
color, extrem, visible
 
Constructor Summary
BaseLine(Color col, double[] c1, double[] c2)
           
 
Method Summary
 void plot(AbstractDrawer draw)
           
 
Methods inherited from class org.math.plot.plotObjects.Line
getColor, getVisible, setColor, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseLine

public BaseLine(Color col,
                double[] c1,
                double[] c2)
Method Detail

plot

public void plot(AbstractDrawer draw)
Specified by:
plot in interface Plotable
Overrides:
plot in class Line