com.sculley.jim.swjava
Class SWLeader

java.lang.Object
  |
  +--com.sculley.jim.swjava.SWLeader

public class SWLeader
extends java.lang.Object

Insert the type's description here. Creation date: (2/21/00 12:36:52 PM)


Constructor Summary
SWLeader(SWPoint first, SWPoint second, SWPoint third)
          SWLeader constructor comment.
 
Method Summary
 SWPoint getFirstPoint()
          Insert the method's description here.
 SWPoint getSecondPoint()
          Insert the method's description here.
 SWPoint getThirdPoint()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWLeader

public SWLeader(SWPoint first,
                SWPoint second,
                SWPoint third)
SWLeader constructor comment.
Method Detail

getFirstPoint

public SWPoint getFirstPoint()
Insert the method's description here. Creation date: (2/21/00 12:37:34 PM)
Returns:
com.sculley.jim.swjava.SWPoint

getSecondPoint

public SWPoint getSecondPoint()
Insert the method's description here. Creation date: (2/21/00 12:37:34 PM)
Returns:
com.sculley.jim.swjava.SWPoint

getThirdPoint

public SWPoint getThirdPoint()
Insert the method's description here. Creation date: (2/21/00 12:37:34 PM)
Returns:
com.sculley.jim.swjava.SWPoint