java.lang.Object | +--java.awt.geom.RectangularShape | +--java.awt.geom.Ellipse2D | +--java.awt.geom.Ellipse2D.Float
float | height |
float | width |
float | x |
float | y |
Float() |
Float(float x, float y, float w, float h) |
java.awt.geom.Rectangle2D | getBounds2D() |
double | getHeight() |
double | getWidth() |
double | getX() |
double | getY() |
boolean | isEmpty() |
void | setFrame(float x, float y, float w, float h) |
void | setFrame(double x, double y, double w, double h) |
public float height
public float width
public float x
public float y
public Float()
public Float(float x, float y, float w, float h)
Parameters:x
- y
- w
- h
- 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 w, double h)
Parameters:x
- y
- w
- h
- public void setFrame(float x, float y, float w, float h)
Parameters:x
- y
- w
- h
-