java.lang.Objectgreenfoot.Actor
Dot
public class Dot
A dot! I mean, do you really need more explanation than this?
Constructor Summary | |
---|---|
Dot()
|
|
Dot(boolean random)
|
Method Summary | |
---|---|
void |
act()
Act - do whatever the Dot wants to do. |
void |
colorDiscsInRange(int range)
|
java.lang.String |
getColor()
|
void |
removeThisColor()
|
Methods inherited from class greenfoot.Actor |
---|
addedToWorld, getHeight, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWidth, 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 Dot()
public Dot(boolean random)
Method Detail |
---|
public void act()
act
in class greenfoot.Actor
public void colorDiscsInRange(int range)
public java.lang.String getColor()
public void removeThisColor()