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;

Variable Index

 o changed
 o color
 o lastDisplayed

Constructor Index

 o MapObject()

Method Index

 o copy()

Variables

 o color
 public Color color
 o changed
 public boolean changed
 o lastDisplayed
 public Rectangle lastDisplayed

Constructors

 o MapObject
 public MapObject()

Methods

 o copy
 public MapObject copy() throws CloneNotSupportedException

All Packages  Class Hierarchy  This Package  Previous  Next  Index