java.lang.Objectgreenfoot.Actor
Ball
public class Ball
Write a description of class Ball here.
Constructor Summary | |
---|---|
Ball()
|
Method Summary | |
---|---|
void |
act()
Act - do whatever the Ball wants to do. |
Methods inherited from class greenfoot.Actor |
---|
addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getX, getY, intersects, setImage, setImage, setLocation, setRotation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ball()
Method Detail |
---|
public void act()
act
in class greenfoot.Actor