public interface IMapSegmentImageCreator
| Modifier and Type | Method and Description |
|---|---|
void |
createMapSegment(ch.sahits.game.openpatrician.data.map.PirateHideout hideout,
String mapImage)
Create an image from the data of a pirate hideout map.
|
void |
createMapSegment(ch.sahits.game.openpatrician.data.map.PirateNest priateNest,
String mapImage)
Create an image from the data of a pirate nest.
|
void |
createMapSegment(ch.sahits.game.openpatrician.data.map.SunkenTreasure treasure,
String mapImage)
Create an image from the data of a treasure map.
|
void |
loadMap(String fileName)
Retrieve the map image and store it in the image loader under the key map
|
void createMapSegment(ch.sahits.game.openpatrician.data.map.PirateNest priateNest, String mapImage) throws IOException
priateNest - mapImage - IOExceptionvoid createMapSegment(ch.sahits.game.openpatrician.data.map.SunkenTreasure treasure, String mapImage) throws IOException
treasure - mapImage - IOExceptionvoid createMapSegment(ch.sahits.game.openpatrician.data.map.PirateHideout hideout, String mapImage) throws IOException
hideout - mapImage - IOExceptionvoid loadMap(String fileName)
fileName - Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.