SEdit.Graphics
Class Ellipse
java.lang.Object
SEdit.Graphics.Ellipse
- public class Ellipse
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
x
public int x
y
public int y
width
public int width
height
public int height
Ellipse
public Ellipse()
Ellipse
public Ellipse(int x,
int y,
int w,
int h)
getX
public int getX()
getY
public int getY()
getWidth
public int getWidth()
getHeight
public int getHeight()
contains
public boolean contains(int x,
int y)
getBounds
public Rectangle getBounds()
Copyright © J. Ferber, O. Gutknecht All Rights Reserved.