sfgp.rpgkit
Class Map
java.lang.Object
sfgp.rpgkit.Map
public class Map
- extends java.lang.Object
Method Summary |
TileSet |
getTileSet()
|
void |
paintMap(java.awt.Graphics g,
int width,
int height,
int visibleRows,
int visibleColumns,
int cornerRow,
int cornerColumn,
int xoffset,
int yoffset,
int tileSize)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
myTileSet
private TileSet myTileSet
map
private int[][] map
Map
public Map(TileSet ts,
int[][] m)
getTileSet
public TileSet getTileSet()
paintMap
public void paintMap(java.awt.Graphics g,
int width,
int height,
int visibleRows,
int visibleColumns,
int cornerRow,
int cornerColumn,
int xoffset,
int yoffset,
int tileSize)