mud.client.view
Class GameTileDrawable

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

public class GameTileDrawable
extends java.lang.Object
implements TiledDrawable

Draws a tile


Constructor Summary
GameTileDrawable()
           
 
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

GameTileDrawable

public GameTileDrawable()
Method Detail

draw

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