|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mars_sim.msp.ui.standard.tool.map.CannedMarsMap
org.mars_sim.msp.ui.standard.tool.map.SurfMarsMap
public class SurfMarsMap
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 java.lang.String |
TYPE
|
| Fields inherited from class org.mars_sim.msp.ui.standard.tool.map.CannedMarsMap |
|---|
HALF_MAP_ANGLE, MAP_HEIGHT, MAP_WIDTH, PIXEL_RHO, surfaceColors |
| Fields inherited from interface org.mars_sim.msp.ui.standard.tool.map.Map |
|---|
DISPLAY_HEIGHT, DISPLAY_WIDTH |
| Constructor Summary | |
|---|---|
SurfMarsMap(javax.swing.JComponent displayArea)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class org.mars_sim.msp.ui.standard.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 |
|---|
public static final java.lang.String TYPE
| Constructor Detail |
|---|
public SurfMarsMap(javax.swing.JComponent displayArea)
displayArea - the component display area.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||