Save This Page
Home » apache-harmony-6.0-src-r917296-snapshot » 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:
    Shape, Cloneable

Field Summary
public  double x     
public  double y     
public  double width     
public  double height     
Constructor:
 public Double() 
 public Double(double x,
    double y,
    double width,
    double height) 
Method from java.awt.geom.Ellipse2D$Double Summary:
getBounds2D,   getHeight,   getWidth,   getX,   getY,   isEmpty,   setFrame
Methods from java.awt.geom.Ellipse2D:
contains,   contains,   getPathIterator,   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() 
 public double getHeight() 
 public double getWidth() 
 public double getX() 
 public double getY() 
 public boolean isEmpty() 
 public  void setFrame(double x,
    double y,
    double width,
    double height)