java.lang.Objectgreenfoot.Actor
Map
public class Map
Map CitySim v0.1 Created by Felix Mo on 02-11-2012 Map view, map view controller, and map data model
Constructor Summary | |
---|---|
Map(DataSource dataSource)
|
Method Summary | |
---|---|
void |
act()
|
Methods inherited from class greenfoot.Actor |
---|
addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getX, getY, intersects, move, setImage, setImage, setLocation, setRotation, turn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Map(DataSource dataSource)
Method Detail |
---|
public void act()
act
in class greenfoot.Actor