|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.geom.RectangularShape
java.awt.geom.Ellipse2D
java.awt.geom.Ellipse2D.Double
lt.monarch.math.geom.Ellipse2D
public class Ellipse2D extends java.awt.geom.Ellipse2D.Double implements Primitive2D
2D ellipse class. It wraps awt ellipse class for drawing in 3D engine and other graphic contexts purposes.
| Modifier and Type | Class and Description |
|---|
| Nested classes/interfaces inherited from class java.awt.geom.Ellipse2D |
|---|
java.awt.geom.Ellipse2D.Double, java.awt.geom.Ellipse2D.Float |
| Modifier and Type | Field and Description |
|---|
| Fields inherited from class java.awt.geom.Ellipse2D.Double |
|---|
height, width, x, y |
| Constructor and Description |
|---|
Ellipse2D(double x,
double y,
double width,
double height)
Eclipse 2D constructor |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes object |
protected void |
finalize()
|
java.util.List<Point2D> |
get2DPoints()
Get a list of 2D points |
| Methods inherited from class java.awt.geom.Ellipse2D.Double |
|---|
getBounds2D, getHeight, getWidth, getX, getY, isEmpty, setFrame |
| Methods inherited from class java.awt.geom.Ellipse2D |
|---|
contains, contains, equals, getPathIterator, hashCode, intersects |
| Methods inherited from class java.awt.geom.RectangularShape |
|---|
clone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, getPathIterator, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface lt.monarch.math.geom.Primitive |
|---|
getBounds2D |
| Methods inherited from interface java.awt.Shape |
|---|
contains, contains, contains, contains, getBounds, getPathIterator, getPathIterator, intersects, intersects |
| Constructor Detail |
|---|
public Ellipse2D(double x,
double y,
double width,
double height)
x - x coordinatey - y coordinatewidth - ellipse widthheight - ellipse height| Method Detail |
|---|
public void dispose()
Primitive2D
dispose in interface Primitivedispose in interface Primitive2D
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwablepublic java.util.List<Point2D> get2DPoints()
Primitive2D
get2DPoints in interface Primitive2D
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||