com.sculley.jim.swjava
Class SWLineParameters

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

public class SWLineParameters
extends java.lang.Object

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


Constructor Summary
SWLineParameters(SWPoint start, SWPoint direction)
          SWLine constructor comment.
 
Method Summary
 SWPoint getDirection()
          Insert the method's description here.
 SWPoint getStartPoint()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWLineParameters

public SWLineParameters(SWPoint start,
                        SWPoint direction)
SWLine constructor comment.
Method Detail

getDirection

public SWPoint getDirection()
Insert the method's description here. Creation date: (3/12/00 6:46:16 PM)
Returns:
com.sculley.jim.swjava.SWPoint

getStartPoint

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