com.sculley.jim.swjava
Class SWLine

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

public class SWLine
extends java.lang.Object

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


Constructor Summary
SWLine(long lineType, SWPoint start, SWPoint end)
          SWLine constructor comment.
 
Method Summary
 SWPoint getEndPoint()
          Insert the method's description here.
 long getLineType()
          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

SWLine

public SWLine(long lineType,
              SWPoint start,
              SWPoint end)
SWLine constructor comment.
Method Detail

getEndPoint

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

getLineType

public long getLineType()
Insert the method's description here. Creation date: (2/21/00 12:48:11 PM)
Returns:
long

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