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.
 
Method Summary
 SWPoint getCenter()
          Insert the method's description here.
 SWPoint getMajorAxis()
          Insert the method's description here.
 double getMajorRadius()
          Insert the method's description here.
 SWPoint getMinorAxis()
          Insert the method's description here.
 double getMinorRadius()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWEllipse

public SWEllipse(SWPoint center,
                 double majorRadius,
                 SWPoint majorAxis,
                 double minroRadius,
                 SWPoint minorAxis)
SWEllipse constructor comment.
Method Detail

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