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

Packages that use MapLayer
org.mars_sim.msp.ui.standard.tool.map Contains the mars simulation map related UI components 
 

Uses of MapLayer in org.mars_sim.msp.ui.standard.tool.map
 

Classes in org.mars_sim.msp.ui.standard.tool.map that implement MapLayer
 class EllipseLayer
          A map layer for displaying ellipses.
 class ExploredSiteMapLayer
           
 class LandmarkMapLayer
          The LandmarkMapLayer is a graphics layer to display landmarks.
 class MineralMapLayer
          A map layer showing mineral concentrations.
 class NavpointEditLayer
          A map layer to allow the editing of navpoints.
 class NavpointMapLayer
          The NavpointMapLayer is a graphics layer to display mission navpoints.
 class ShadingMapLayer
          The ShadingMapLayer is a graphics layer to display twilight and night time shading.
 class UnitIconMapLayer
          The UnitMapLayer is a graphics layer to display unit icons.
 class UnitLabelMapLayer
          The UnitMapLayer is a graphics layer to display unit labels.
 class VehicleTrailMapLayer
          The VehicleTrailMapLayer is a graphics layer to display vehicle trails.
 

Methods in org.mars_sim.msp.ui.standard.tool.map with parameters of type MapLayer
 void MapPanel.addMapLayer(MapLayer newLayer)
          Adds a new map layer
 boolean MapPanel.hasMapLayer(MapLayer layer)
          Checks if map has a map layer.
 void MapPanel.removeMapLayer(MapLayer oldLayer)
          Removes a map layer.