org.jmat.io.gui.plotObjects
Class Line

java.lang.Object
  |
  +--org.jmat.io.gui.plotObjects.Line
All Implemented Interfaces:
Plotable

public class Line
extends java.lang.Object
implements Plotable


Constructor Summary
Line(Coord c1, Coord c2, java.awt.Color col)
           
 
Method Summary
 void plot(java.awt.Graphics comp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Line

public Line(Coord c1,
            Coord c2,
            java.awt.Color col)
Method Detail

plot

public void plot(java.awt.Graphics comp)
Specified by:
plot in interface Plotable