|
||||||||||
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.navigator.MarsGlobe
public class MarsGlobe
The MarsGlobe class generates the Martian globe for the GlobeDisplay object. It can center the globe at any set of coordinates.
Constructor Summary | |
---|---|
MarsGlobe(java.lang.String globeType,
javax.swing.JComponent displayArea)
Constructs a MarsGlobe object |
Method Summary | |
---|---|
void |
drawSphere(Coordinates newCenter)
Creates a Sphere Image at given center point |
java.awt.Image |
getGlobeImage()
Returns globe image |
boolean |
isImageDone()
determines if a requested sphere is complete |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarsGlobe(java.lang.String globeType, javax.swing.JComponent displayArea)
globeType
- the type of globe: "surface" or "topo"displayArea
- the display component for the globeMethod Detail |
---|
public void drawSphere(Coordinates newCenter)
newCenter
- new center locationpublic java.awt.Image getGlobeImage()
public boolean isImageDone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |