org.mars_sim.msp.ui.swing.tool.map
Class SurfMarsMap
java.lang.Object
org.mars_sim.msp.ui.swing.tool.map.CannedMarsMap
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.
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
SurfMarsMap
public SurfMarsMap(JComponent displayArea)
- Constructor
- Parameters:
displayArea - the component display area.
Copyright © 2009-2013. All Rights Reserved.