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)
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SWLine
public SWLine(long lineType,
SWPoint start,
SWPoint end)
- SWLine constructor comment.
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