Uses of Class
de.hagenah.diplomacy.map.MapData

Packages that use MapData
de.hagenah.diplomacy.diptool   
de.hagenah.diplomacy.game   
de.hagenah.diplomacy.map   
 

Uses of MapData in de.hagenah.diplomacy.diptool
 

Methods in de.hagenah.diplomacy.diptool that return MapData
protected  MapData DipGameGroup.createMap(java.lang.String name)
          Retrieves the specified map.
 

Methods in de.hagenah.diplomacy.diptool with parameters of type MapData
protected  Game DipGameGroup.internCreateGame(java.lang.String name, java.lang.String judge, MapData map)
          Creates a Game object
 

Uses of MapData in de.hagenah.diplomacy.game
 

Methods in de.hagenah.diplomacy.game that return MapData
protected  MapData GameGroup.createMap(java.lang.String name)
          Retrieves the specified map.
 MapData Game.getMap()
          Returns the map of the game.
 

Methods in de.hagenah.diplomacy.game with parameters of type MapData
 Phase DecisionAdjudicator.adjudicate(Turn turn, MapData map, java.util.Map specialphasecenters, java.util.Map units, java.util.Map dislodgedunits, java.util.Map centers, java.util.Map builds, java.util.Collection nmrorders, java.util.SortedMap results, java.util.List errors)
          Adjudicates a turn.
 Phase Adjudicator.adjudicate(Turn turn, MapData map, java.util.Map specialphasecenters, java.util.Map units, java.util.Map dislodgedunits, java.util.Map centers, java.util.Map builds, java.util.Collection nmrorders, java.util.SortedMap results, java.util.List errors)
          Adjudicates a turn.
static boolean DecisionAdjudicator.areOrdersIncomplete(Turn turn, MapData map, boolean noorderignore)
          Are the orders of the turn incomplete (NMR orders necessary)
static boolean Adjudicator.areOrdersIncomplete(Turn turn, MapData map, boolean noorderignore)
          Are the orders of the turn incomplete (NMR orders necessary)
protected  Game GameGroup.internCreateGame(java.lang.String name, java.lang.String judge, MapData map)
          Creates a Game object
 boolean MessageFilter.isMatching(Message msg, MapData map)
          Tests whether the msg matches.
 

Constructors in de.hagenah.diplomacy.game with parameters of type MapData
Game(java.lang.String name, java.lang.String judge, MapData map)
          Creates a new Game
 

Uses of MapData in de.hagenah.diplomacy.map
 

Methods in de.hagenah.diplomacy.map that return MapData
static MapData MapData.read(java.io.File input)
          Reads a map from a XML file (see Map.dtd).
static MapData MapData.read(java.lang.String input)
          Reads a map from a XML file (see Map.dtd).
 

Methods in de.hagenah.diplomacy.map with parameters of type MapData
 void MapData.updateColors(MapData newmap)
          Updates the colors of this map.