lab2
Class LineTool

java.lang.Object
  extended by lab2.LineTool

public class LineTool
extends java.lang.Object


Constructor Summary
LineTool()
           
 
Method Summary
static boolean drawLine(Point p1, Point p2, VirtualImagePainter painter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineTool

public LineTool()
Method Detail

drawLine

public static boolean drawLine(Point p1,
                               Point p2,
                               VirtualImagePainter painter)