mud.client.view
Class GameObjectDrawable

java.lang.Object
  extended by mud.client.view.GameObjectDrawable
All Implemented Interfaces:
TiledDrawable

public class GameObjectDrawable
extends java.lang.Object
implements TiledDrawable

Draws an object


Constructor Summary
GameObjectDrawable()
           
 
Method Summary
 void draw(GameView gameView, GameTile tile, java.awt.Graphics2D g, int tileSize)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameObjectDrawable

public GameObjectDrawable()
Method Detail

draw

public void draw(GameView gameView,
                 GameTile tile,
                 java.awt.Graphics2D g,
                 int tileSize)
Specified by:
draw in interface TiledDrawable