Ellipse2D.Float (Java SE 10 & JDK 10 )
-
-
Nested Class Summary
-
Nested classes/interfaces declared in class java.awt.geom.Ellipse2D
Ellipse2D.Double, Ellipse2D.Float
-
-
Field Summary
Fields Modifier and Type Field Description floatheightThe overall height of this
Ellipse2D.floatwidthThe overall width of this
Ellipse2D.floatxThe X coordinate of the upper-left corner of the framing rectangle of this
Ellipse2D.floatyThe Y coordinate of the upper-left corner of the framing rectangle of this
Ellipse2D.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rectangle2DgetBounds2D()Returns a high precision and more accurate bounding box of the
Shapethan thegetBoundsmethod.doublegetHeight()Returns the height of the framing rectangle in
doubleprecision.doublegetWidth()Returns the width of the framing rectangle in
doubleprecision.doublegetX()Returns the X coordinate of the upper-left corner of the framing rectangle in
doubleprecision.doublegetY()Returns the Y coordinate of the upper-left corner of the framing rectangle in
doubleprecision.booleanisEmpty()Determines whether the
RectangularShapeis empty.voidsetFrame(double x, double y, double w, double h)Sets the location and size of the framing rectangle of this
Shapeto the specified rectangular values.voidsetFrame(float x, float y, float w, float h)Sets the location and size of the framing rectangle of this
Shapeto the specified rectangular values.-
Methods declared in class java.awt.geom.Ellipse2D
contains, contains, equals, getPathIterator, hashCode, intersects
-
Methods declared in class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in class java.awt.geom.RectangularShape
clone, contains, contains, getBounds, getCenterX, getCenterY, getFrame, getMaxX, getMaxY, getMinX, getMinY, getPathIterator, intersects, setFrame, setFrame, setFrameFromCenter, setFrameFromCenter, setFrameFromDiagonal, setFrameFromDiagonal
-
-