|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deken.game.map.renderer.BaseMapRenderer
org.deken.game.map.renderer.TileMapRenderer
public abstract class TileMapRenderer
Copyright: Copyright (c) March 27, 2013
Field Summary |
---|
Fields inherited from class org.deken.game.map.renderer.BaseMapRenderer |
---|
map, mapSize, screenHeight, screenWidth |
Constructor Summary | |
---|---|
TileMapRenderer(GameMap map)
TileMapRenderer |
Method Summary | |
---|---|
abstract void |
draw(java.awt.Graphics2D graphics)
Draws the specified TileMap. |
Methods inherited from class org.deken.game.map.renderer.BaseMapRenderer |
---|
getScreenHeight, getScreenWidth, renderBackground, renderGameComponents, setScreenSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.deken.game.map.renderer.MapRenderer |
---|
getEdgeBottom, getEdgeLeft, getEdgeRight, getEdgeTop |
Constructor Detail |
---|
public TileMapRenderer(GameMap map)
map
- GameMapMethod Detail |
---|
public abstract void draw(java.awt.Graphics2D graphics)
graphics
- Graphics2D
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |