Class Circle
java.lang.Object
Circle
public class Circle
- extends java.lang.Object
Constructor Summary |
Circle(int x,
int y,
int r,
int type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HEAD
public static final int HEAD
- See Also:
- Constant Field Values
RIGHTHAND
public static final int RIGHTHAND
- See Also:
- Constant Field Values
LEFTHAND
public static final int LEFTHAND
- See Also:
- Constant Field Values
RIGHTFOOT
public static final int RIGHTFOOT
- See Also:
- Constant Field Values
LEFTFOOT
public static final int LEFTFOOT
- See Also:
- Constant Field Values
Circle
public Circle(int x,
int y,
int r,
int type)
cloneCircle
public Circle cloneCircle()
setX
public void setX(int x)
getX
public int getX()
setY
public void setY(int y)
getY
public int getY()
setR
public void setR(int r)
getR
public int getR()
setType
public void setType(int type)
getType
public int getType()