org.mars_sim.msp.ui.swing.tool.map
Class LandmarkMapLayer
java.lang.Object
org.mars_sim.msp.ui.swing.tool.map.LandmarkMapLayer
- All Implemented Interfaces:
- MapLayer
public class LandmarkMapLayer
- extends Object
- implements MapLayer
The LandmarkMapLayer is a graphics layer to display landmarks.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LandmarkMapLayer
public LandmarkMapLayer()
displayLayer
public void displayLayer(Coordinates mapCenter,
String mapType,
Graphics g)
- Displays the layer on the map image.
- Specified by:
displayLayer in interface MapLayer
- Parameters:
mapCenter - the location of the center of the map.mapType - the type of map.g - graphics context of the map display.
Copyright © 2009-2013. All Rights Reserved.