|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SymbolPack | |
dip.gui.dialog.newgame | |
dip.gui.map | |
dip.world.variant | |
dip.world.variant.parser |
Uses of SymbolPack in dip.gui.dialog.newgame |
Methods in dip.gui.dialog.newgame that return SymbolPack | |
SymbolPack |
NGDMapAndUnits.getSelectedSymbolPack()
Get the selected SymbolPack |
Methods in dip.gui.dialog.newgame with parameters of type SymbolPack | |
void |
NGDMapAndUnits.setSelectedSymbolPack(SymbolPack sp)
Set the Selected Symbol Pack |
Uses of SymbolPack in dip.gui.map |
Constructors in dip.gui.map with parameters of type SymbolPack | |
SymbolInjector(ClientFrame cf,
Variant variant,
MapGraphic mg,
SymbolPack sp)
Create a SymbolInjector Throws an IOException if URL resolving fails. |
|
MapMetadata(MapPanel mp,
SymbolPack sp,
boolean supressPlacementErrors)
Create a MapMetadata Object, by parsing the SVG placement id group metadata If supressPlacementErrors are suppressed, using the appropriate boolean flag, only valid parsed placement data will be used. |
|
DefaultMapRenderer2(MapPanel mp,
SymbolPack sp)
Creates a DefaultMapRenderer object |
Uses of SymbolPack in dip.world.variant |
Methods in dip.world.variant that return SymbolPack | |
static SymbolPack[] |
VariantManager.getSymbolPacks()
Returns the known SymbolPacks. |
static SymbolPack |
VariantManager.getSymbolPack(java.lang.String name,
float version)
Finds SymbolPack with the given name, or null if no SymbolPack is found. |
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. |
Methods in dip.world.variant with parameters of type SymbolPack | |
static java.net.URL |
VariantManager.getResource(SymbolPack symbolPack,
java.net.URI uri)
Gets a specific resource by properly resolving the URI to this SymbolPack. |
Uses of SymbolPack in dip.world.variant.parser |
Methods in dip.world.variant.parser that return SymbolPack | |
SymbolPack |
XMLSymbolParser.getSymbolPack()
Returns the SymbolPack, or null, if parse() has not yet been called. |
SymbolPack |
SymbolParser.getSymbolPack()
Returns the SymbolPack |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |