java.lang.Objectjava.awt.geom.RectangularShape
java.awt.geom.Ellipse2D
java.awt.geom.Ellipse2D$Double
All Implemented Interfaces:
Serializable, Shape, Cloneable
Double class defines an ellipse specified
in double precision.1.2 - | Field Summary | ||
|---|---|---|
| public double | x | The X coordinate of the upper-left corner of the
framing rectangle of this {@code Ellipse2D}.
|
| public double | y | The Y coordinate of the upper-left corner of the
framing rectangle of this {@code Ellipse2D}.
|
| public double | width | The overall width of this Ellipse2D.
|
| public double | height | The overall height of the Ellipse2D.
|
| Constructor: |
|---|
Ellipse2D, initialized to
location (0, 0) and size (0, 0).
|
Ellipse2D from the
specified coordinates.
|
| Method from java.awt.geom.Ellipse2D$Double Summary: |
|---|
| getBounds2D, getHeight, getWidth, getX, getY, isEmpty, setFrame |
| Methods from java.awt.geom.Ellipse2D: |
|---|
| contains, contains, equals, getPathIterator, hashCode, intersects |
| Methods from java.awt.geom.RectangularShape: |
|---|
| clone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getHeight, getMaxX, getMaxY, getMinX, getMinY, getPathIterator, getWidth, getX, getY, intersects, isEmpty, setFrame, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.awt.geom.Ellipse2D$Double Detail: |
|---|
|
|
|
|
|
|
|