org.mars_sim.msp.ui.swing.tool.map
Class SurfMarsMap

java.lang.Object
  extended by org.mars_sim.msp.ui.swing.tool.map.CannedMarsMap
      extended by org.mars_sim.msp.ui.swing.tool.map.SurfMarsMap
All Implemented Interfaces:
Map

public class SurfMarsMap
extends CannedMarsMap

The SurfMarsMap class is a map of the surface of Mars that can be generated for the map display. Map data is retrieved from a data file and stored in memory.


Field Summary
static String TYPE
           
 
Fields inherited from interface org.mars_sim.msp.ui.swing.tool.map.Map
DISPLAY_HEIGHT, DISPLAY_WIDTH, HALF_MAP_ANGLE, MAP_HEIGHT, MAP_VIS_HEIGHT, MAP_VIS_WIDTH, MAP_WIDTH, PIXEL_RHO, SCREEN_OFFSET_X, SCREEN_OFFSET_Y, TWO_PI
 
Constructor Summary
SurfMarsMap(JComponent displayArea)
          Constructor
 
Method Summary
 
Methods inherited from class org.mars_sim.msp.ui.swing.tool.map.CannedMarsMap
drawMap, getMapImage, isImageDone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

SurfMarsMap

public SurfMarsMap(JComponent displayArea)
Constructor

Parameters:
displayArea - the component display area.


Copyright © 2009-2013. All Rights Reserved.