org.mars_sim.msp.ui.standard.tool.map
Interface MapLayer

All Known Implementing Classes:
EllipseLayer, ExploredSiteMapLayer, LandmarkMapLayer, MineralMapLayer, NavpointEditLayer, NavpointMapLayer, ShadingMapLayer, UnitIconMapLayer, UnitLabelMapLayer, VehicleTrailMapLayer

public interface MapLayer

The MapLayer interface is a graphics layer painted on the map display.


Method Summary
 void displayLayer(Coordinates mapCenter, java.lang.String mapType, java.awt.Graphics g)
          Displays the layer on the map image.
 

Method Detail

displayLayer

void displayLayer(Coordinates mapCenter,
                  java.lang.String mapType,
                  java.awt.Graphics g)
Displays the layer on the map image.

Parameters:
mapCenter - the location of the center of the map.
mapType - the type of map.
g - graphics context of the map display.