com.sculley.jim.swjava
Class SWBox
java.lang.Object
|
+--com.sculley.jim.swjava.SWBox
- public class SWBox
- extends java.lang.Object
Insert the type's description here.
Creation date: (2/18/00 1:25:22 PM)
|
Constructor Summary |
SWBox(SWPoint firstCorner,
SWPoint secondCorner)
SWBox constructor comment. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SWBox
public SWBox(SWPoint firstCorner,
SWPoint secondCorner)
- SWBox constructor comment.
- Parameters:
firstCorner - com.sculley.jim.swjava.SWPointsecondCorner - com.sculley.jim.swjava.SWPoint
getFirstCorner
public SWPoint getFirstCorner()
- Insert the method's description here.
Creation date: (2/20/00 10:50:57 AM)
- Returns:
- com.sculley.jim.swjava.SWPoint
getSecondCorner
public SWPoint getSecondCorner()
- Insert the method's description here.
Creation date: (2/20/00 10:50:57 AM)
- Returns:
- com.sculley.jim.swjava.SWPoint
toDoubleArray
public double[] toDoubleArray()
- Insert the method's description here.
Creation date: (2/17/00 12:01:57 PM)
- Returns:
- double[]