de.adom.jade.ui
Class TileRepresentation

java.lang.Object
  extended by de.adom.jade.ui.TileRepresentation
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AsciiTileRepresentation

public class TileRepresentation
extends java.lang.Object
implements java.io.Serializable

Stores all data required to represent a specific known map tile (as it was known when it was visible the last time). This data is stored in a UI specific manner.

See Also:
Serialized Form

Constructor Summary
TileRepresentation()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileRepresentation

public TileRepresentation()