|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsimulation.Simulton
simulation.MoveableSimulton
simulation.Prey
simulation.Ball
Field Summary | |
private ColoredCircle |
image
|
private StraightBehavior |
move
|
private int |
radius
|
Fields inherited from class simulation.MoveableSimulton |
|
Fields inherited from class simulation.Simulton |
|
Constructor Summary | |
(package private) |
Ball(int x,
int y)
|
Method Summary | |
(package private) Displayable |
getImage()
|
(package private) void |
update(Model m)
|
Methods inherited from class simulation.MoveableSimulton |
bounce, getAngle, getSpeed, move, randomizeAngle, setAngle, setSpeed, setVelocity, wallBounce |
Methods inherited from class simulation.Simulton |
cannotOverlap, display, encloses, getInnerBox, getLocation, getOuterBox, mayOverlap, mustOverlap, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int radius
private StraightBehavior move
private ColoredCircle image
Constructor Detail |
Ball(int x, int y)
Method Detail |
void update(Model m)
update
in class Simulton
Displayable getImage()
getImage
in class Simulton
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |