Uses of Class
de.adom.jade.world.maps.Area

Packages that use Area
de.adom.jade.world.maps   
 

Uses of Area in de.adom.jade.world.maps
 

Subclasses of Area in de.adom.jade.world.maps
 class Building
          Creates a building.
 class Room
          Creates a room.
 class WalledArea
          Creates an area that is walled by some means.
 

Methods in de.adom.jade.world.maps that return Area
protected  Area BuildingCreator.createAreaImpl(int x1, int y1, int x2, int y2)
           
 Area AreaList.getArea(int index)
          Returns a specific area from the area list.
 Area AreaCreator.createArea(Map map)
          Tries to create a new area.
protected abstract  Area AreaCreator.createAreaImpl(int x1, int y1, int x2, int y2)
          Creates a new area.
 

Methods in de.adom.jade.world.maps with parameters of type Area
 void Map.addArea(Area area)
          Adds an area to the map.
 void AreaList.add(Area area)
          Adds a new area to this list.
 boolean AreaList.contains(Area area)
          Tests whether a given area is contained in this list.
 

Constructors in de.adom.jade.world.maps with parameters of type Area
AreaList(Area area)
          Creates a new area list.