org.math.plot.plotObjects
Class BaseLine
java.lang.Object
org.math.plot.plotObjects.Line
org.math.plot.plotObjects.BaseLine
- All Implemented Interfaces:
- Plotable
public class BaseLine
- extends Line
Constructor Summary |
BaseLine(Color col,
double[] c1,
double[] c2)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseLine
public BaseLine(Color col,
double[] c1,
double[] c2)
plot
public void plot(AbstractDrawer draw)
- Specified by:
plot
in interface Plotable
- Overrides:
plot
in class Line