Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.awt.geom

Class Ellipse2D.Double

java.lang.Object
|
+--java.awt.geom.RectangularShape
   |
   +--java.awt.geom.Ellipse2D
      |
      +--java.awt.geom.Ellipse2D.Double


public static class Ellipse2D.Double

extends Ellipse2D

Field Summary

doubleheight

doublewidth

doublex

doubley

Constructor Summary

Double()

Double(double x, double y, double w, double h)

Method Summary

java.awt.geom.Rectangle2DgetBounds2D()

doublegetHeight()

doublegetWidth()

doublegetX()

doublegetY()

booleanisEmpty()

voidsetFrame(double x, double y, double w, double h)

Field Details

height

public double height


width

public double width


x

public double x


y

public double y


Constructor Details

Double

public Double()


Double

public Double(double x, double y, double w, double h)

Parameters:


Method Details

getBounds2D

public Rectangle2D getBounds2D()


getHeight

public double getHeight()


getWidth

public double getWidth()


getX

public double getX()


getY

public double getY()


isEmpty

public boolean isEmpty()


setFrame

public void setFrame(double x, double y, double w, double h)

Parameters: