|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.planeth.common.geom.Shape
com.planeth.common.geom.Ellipse
An Ellipse Shape
| Nested Class Summary |
| Nested classes inherited from class com.planeth.common.geom.Shape |
Shape.Bounds |
| Constructor Summary | |
|
Ellipse()
Constructor for Ellipse. |
|
Ellipse(double diam)
Constructor for Ellipse. |
|
Ellipse(double width,
double height)
Constructor for Ellipse. |
|
Ellipse(Vector2D size)
Constructor for Ellipse. |
protected |
Ellipse(Vector2D size,
int nrOfVertexes)
Constructor for Ellipse. |
| Methods inherited from class com.planeth.common.geom.Shape |
explode, getBounds, getColor, getVertexes, paint, randomize, setColor, setFilled, setVertexes, setVisible, split |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Ellipse()
public Ellipse(double diam)
diam - the diameter of the ellipse
public Ellipse(double width,
double height)
width - the width of the ellipseheight - the height of the ellipsepublic Ellipse(Vector2D size)
size - the size of the ellipse
protected Ellipse(Vector2D size,
int nrOfVertexes)
size - the size of the ellipsenrOfVertexes - the preferred number of vertexes for the ellipse
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||