public class MapPrinterExample
extends java.lang.Object
Constructor and Description |
---|
MapPrinterExample(MapPrinter mapPrinter) |
Modifier and Type | Method and Description |
---|---|
void |
pathExample(Map theMap,
java.lang.String filename)
Draws a path example to the internal map printer and generates an image file.
|
void |
printMap(Map theMap,
java.lang.String filename)
Draws the specified map data to the internal map printer and generates an image file.
|
public MapPrinterExample(MapPrinter mapPrinter)
public void printMap(Map theMap, java.lang.String filename)
theMap
- the specified BWEM map data to printfilename
- the specified file without a file extensionpublic void pathExample(Map theMap, java.lang.String filename)
theMap
- the specified BWEM map data to printfilename
- the specified file without a file extension