public interface IMap
| Modifier and Type | Method and Description |
|---|---|
List<ICity> |
getCities()
Retrieve an unmodifiable list of all the cities in the map
|
javafx.geometry.Dimension2D |
getDimension()
Retrieve the map dimensions
|
String |
getMapImagePath()
Retrieve the path for the map image without the cities added.
|
int |
getNumberCities()
Retrieve the number of cities that are on the map.
|
int getNumberCities()
List<ICity> getCities()
javafx.geometry.Dimension2D getDimension()
String getMapImagePath()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.