All Packages Class Hierarchy This Package Previous Next Index
Class ch.jp.robwar.MapObject
java.lang.Object
|
+----ch.jp.robwar.MapObject
- public class MapObject
- extends Object
- implements Serializable, Cloneable
MapObject represents an object that can be present in a Map.
See conventions.txt for info as to how to interpret the
coordinates.
- See Also:
- Map;
-
changed
-
-
color
-
-
lastDisplayed
-
-
MapObject()
-
-
copy()
-
color
public Color color
changed
public boolean changed
lastDisplayed
public Rectangle lastDisplayed
MapObject
public MapObject()
copy
public MapObject copy() throws CloneNotSupportedException
All Packages Class Hierarchy This Package Previous Next Index