com.sculley.jim.swjava
Class SWEllipse
java.lang.Object
|
+--com.sculley.jim.swjava.SWEllipse
- public class SWEllipse
- extends java.lang.Object
Insert the type's description here.
Creation date: (2/20/00 4:06:30 PM)
|
Constructor Summary |
SWEllipse(SWPoint center,
double majorRadius,
SWPoint majorAxis,
double minroRadius,
SWPoint minorAxis)
SWEllipse constructor comment. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
SWEllipse
public SWEllipse(SWPoint center,
double majorRadius,
SWPoint majorAxis,
double minroRadius,
SWPoint minorAxis)
- SWEllipse constructor comment.
getCenter
public SWPoint getCenter()
- Insert the method's description here.
Creation date: (2/20/00 4:08:23 PM)
- Returns:
- com.sculley.jim.swjava.SWPoint
getMajorAxis
public SWPoint getMajorAxis()
- Insert the method's description here.
Creation date: (2/20/00 4:08:23 PM)
- Returns:
- com.sculley.jim.swjava.SWPoint
getMajorRadius
public double getMajorRadius()
- Insert the method's description here.
Creation date: (2/20/00 4:08:23 PM)
- Returns:
- double
getMinorAxis
public SWPoint getMinorAxis()
- Insert the method's description here.
Creation date: (2/20/00 4:08:23 PM)
- Returns:
- com.sculley.jim.swjava.SWPoint
getMinorRadius
public double getMinorRadius()
- Insert the method's description here.
Creation date: (2/20/00 4:08:23 PM)
- Returns:
- double