Java java.awt.geom Ellipse2D.Double fields, constructors, methods, implement or subclass

Example usage for Java java.awt.geom Ellipse2D.Double fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.awt.geom Ellipse2D.Double.

The text is from its open source code.

Constructor

Double(double x, double y, double w, double h)
Constructs and initializes an Ellipse2D from the specified coordinates.

Method

booleancontains(double x, double y)
booleancontains(double x, double y, double w, double h)
booleanequals(Object obj)
Determines whether or not the specified Object is equal to this Ellipse2D .
doublegetCenterX()
Returns the X coordinate of the center of the framing rectangle of the Shape in double precision.
doublegetCenterY()
Returns the Y coordinate of the center of the framing rectangle of the Shape in double precision.
doublegetHeight()
Returns the height of the framing rectangle in double precision.
PathIteratorgetPathIterator(AffineTransform at)
Returns an iteration object that defines the boundary of this Ellipse2D .
doublegetWidth()
Returns the width of the framing rectangle in double precision.
doublegetX()
Returns the X coordinate of the upper-left corner of the framing rectangle in double precision.
doublegetY()
Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision.
inthashCode()
Returns the hashcode for this Ellipse2D .
booleanintersects(double x, double y, double w, double h)
booleanintersects(Rectangle2D r)
voidsetFrameFromCenter(double centerX, double centerY, double cornerX, double cornerY)
Sets the framing rectangle of this Shape based on the specified center point coordinates and corner point coordinates.