game.maps
Class Map
java.lang.Object
game.maps.Map
- public class Map
- extends java.lang.Object
Constructor Summary |
Map(int size,
int seed,
double F,
double P,
int O)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Map
public Map(int size,
int seed,
double F,
double P,
int O)
getTile
public Tile getTile(int i,
int j)
getTile
public Tile getTile(double x,
double y)
getSize
public int getSize()
pixelSize
public int pixelSize()
drawTileTypes
public javax.swing.JFrame drawTileTypes()