|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectclassUtils.javassist.sample.duplicate.Ball
public class Ball
Constructor Summary | |
---|---|
Ball(Ball b)
|
|
Ball(int x,
int y)
|
Method Summary | |
---|---|
void |
changeColor(java.awt.Color color)
|
void |
move(int x,
int y)
|
void |
paint(java.awt.Graphics g)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ball(int x, int y)
public Ball(Ball b)
Method Detail |
---|
public void paint(java.awt.Graphics g)
public void move(int x, int y)
public void changeColor(java.awt.Color color)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |