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

Class Ellipse2D.Float

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


public static class Ellipse2D.Float

extends Ellipse2D

Field Summary

floatheight

floatwidth

floatx

floaty

Constructor Summary

Float()

Float(float x, float y, float w, float h)

Method Summary

java.awt.geom.Rectangle2DgetBounds2D()

doublegetHeight()

doublegetWidth()

doublegetX()

doublegetY()

booleanisEmpty()

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

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

Field Details

height

public float height


width

public float width


x

public float x


y

public float y


Constructor Details

Float

public Float()


Float

public Float(float x, float y, float w, float 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:


setFrame

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

Parameters: