Save This Page
Home » openjdk-7 » java » awt » geom » [javadoc | source]
java.awt.geom
public static class: Ellipse2D.Double [javadoc | source]
java.lang.Object
   java.awt.geom.RectangularShape
      java.awt.geom.Ellipse2D
         java.awt.geom.Ellipse2D$Double

All Implemented Interfaces:
    Serializable, Shape, Cloneable

The Double class defines an ellipse specified in double precision.
Field Summary
public  double x    The X coordinate of the upper-left corner of the framing rectangle of this {@code Ellipse2D}.
    since: 1.2 -
    serial:
 
public  double y    The Y coordinate of the upper-left corner of the framing rectangle of this {@code Ellipse2D}.
    since: 1.2 -
    serial:
 
public  double width    The overall width of this Ellipse2D.
    since: 1.2 -
    serial:
 
public  double height    The overall height of the Ellipse2D.
    since: 1.2 -
    serial:
 
Constructor:
 public Double() 
 public Double(double x,
    double y,
    double w,
    double h) 
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:
 public Rectangle2D getBounds2D() 
    {@inheritDoc}
 public double getHeight() 
    {@inheritDoc}
 public double getWidth() 
    {@inheritDoc}
 public double getX() 
    {@inheritDoc}
 public double getY() 
    {@inheritDoc}
 public boolean isEmpty() 
    {@inheritDoc}
 public  void setFrame(double x,
    double y,
    double w,
    double h) 
    {@inheritDoc}