|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapGraphic | |
dip.gui.dialog.newgame | |
dip.gui.map | |
dip.world.variant | |
dip.world.variant.data |
Uses of MapGraphic in dip.gui.dialog.newgame |
Methods in dip.gui.dialog.newgame that return MapGraphic | |
MapGraphic |
NGDMapAndUnits.getSelectedMap()
Get the selected Map Graphic |
Methods in dip.gui.dialog.newgame with parameters of type MapGraphic | |
void |
NGDMapAndUnits.setSelectedMap(MapGraphic mg)
Set the selected Map Graphic |
Uses of MapGraphic in dip.gui.map |
Constructors in dip.gui.map with parameters of type MapGraphic | |
SymbolInjector(ClientFrame cf,
Variant variant,
MapGraphic mg,
SymbolPack sp)
Create a SymbolInjector Throws an IOException if URL resolving fails. |
Uses of MapGraphic in dip.world.variant |
Methods in dip.world.variant with parameters of type MapGraphic | |
static SymbolPack |
VariantManager.getSymbolPack(MapGraphic mg,
java.lang.String symbolPackName,
float symbolPackVersion)
Obtains a SymbolPack via the following criteria: If matching SymbolPack name and Version found, that is returned; otherwise Returns SymbolPack of same name but of the newest available version; otherwise Returns the newest available SymbolPack preferred by the MapGraphic (if set); otherwise Returns the first SymbolPack in the list of SymbolPacks. |
Uses of MapGraphic in dip.world.variant.data |
Methods in dip.world.variant.data that return MapGraphic | |
MapGraphic[] |
Variant.getMapGraphics()
The mapGraphics associated with this Variant. |
MapGraphic |
Variant.getMapGrapic(java.lang.String mgName)
Finds the MapGraphic by name; case insensitive. |
MapGraphic |
Variant.getDefaultMapGraphic()
Gets the default MapGraphic; if there is no default, returns the first one. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |