erland.game.tileadventure
Class MapEditorAnimationObject

java.lang.Object
  extended by erland.game.tileadventure.GameObject
      extended by erland.game.tileadventure.BitmapObject
          extended by erland.game.tileadventure.MapEditorObject
              extended by erland.game.tileadventure.MapEditorAnimationObject
All Implemented Interfaces:
MapObjectInterface, Cloneable

public class MapEditorAnimationObject
extends MapEditorObject


Field Summary
 
Fields inherited from class erland.game.tileadventure.BitmapObject
drawCount
 
Constructor Summary
MapEditorAnimationObject()
           
 
Method Summary
 void read(ParameterValueStorageExInterface in)
           
 void write(ParameterValueStorageExInterface out)
           
 
Methods inherited from class erland.game.tileadventure.MapEditorObject
getBlockType, setBlockType
 
Methods inherited from class erland.game.tileadventure.BitmapObject
draw, setImage, setImage
 
Methods inherited from class erland.game.tileadventure.GameObject
action, actionChild, clone, fillBoundingBox, getActionMap, getBoundingBox, getChilds, getContainer, getDrawingPosX, getDrawingPosY, getEnvironment, getMoveVector, getMovingPosX, getMovingPosY, getMovingPosZ, getObjectMap, getParent, getPixelPosX, getPixelPosY, getPosX, getPosY, getPosZ, getRedraw, init, isActionPossible, isMovable, isMovableChild, isPushable, isPushableChild, setActionMap, setChilds, setContainer, setMoveVector, setObjectMap, setParent, setPos, update
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEditorAnimationObject

public MapEditorAnimationObject()
Method Detail

write

public void write(ParameterValueStorageExInterface out)
Overrides:
write in class MapEditorObject

read

public void read(ParameterValueStorageExInterface in)
Overrides:
read in class MapEditorObject


Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.