|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSEdit.Graphics.Ellipse
public class Ellipse
Field Summary | |
---|---|
int |
height
|
int |
width
|
int |
x
|
int |
y
|
Constructor Summary | |
---|---|
Ellipse()
|
|
Ellipse(int x,
int y,
int w,
int h)
|
Method Summary | |
---|---|
boolean |
contains(int x,
int y)
|
java.awt.Rectangle |
getBounds()
|
int |
getHeight()
|
int |
getWidth()
|
int |
getX()
|
int |
getY()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int x
public int y
public int width
public int height
Constructor Detail |
---|
public Ellipse()
public Ellipse(int x, int y, int w, int h)
Method Detail |
---|
public int getX()
public int getY()
public int getWidth()
public int getHeight()
public boolean contains(int x, int y)
public java.awt.Rectangle getBounds()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |