game.maps
Class Map

java.lang.Object
  extended bygame.maps.Map

public class Map
extends java.lang.Object


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

Constructor Detail

Map

public Map(int size,
           int seed,
           double F,
           double P,
           int O)
Method Detail

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()