Uses of Class
de.hagenah.diplomacy.game.Order

Packages that use Order
de.hagenah.diplomacy.game   
de.hagenah.diplomacy.map   
 

Uses of Order in de.hagenah.diplomacy.game
 

Methods in de.hagenah.diplomacy.game that return Order
 Order Turn.getOrder(Country country, Province province)
          Returns the order of the country for the unit in province.
 Order Turn.getOrder(Province province)
          Returns the executed order for the unit in province. null if there is not order, there are circular proxy orders or the unit for the province is missing.
 

Methods in de.hagenah.diplomacy.game with parameters of type Order
 boolean Turn.addOrder(Order order)
          Adds an order.
 boolean Turn.removeOrder(Order order)
          Removes a order.
 

Uses of Order in de.hagenah.diplomacy.map
 

Methods in de.hagenah.diplomacy.map with parameters of type Order
 java.awt.Rectangle MapData.getOrderBounds(java.awt.Graphics g, java.awt.geom.Rectangle2D rect, Order order)
          Returns a bounding rectangle for an order.