public interface GlobeBalloon extends Balloon
Balloon attached to a position on the globe.| Modifier and Type | Method and Description | 
|---|---|
int | 
getAltitudeMode()
Returns the balloon's altitude mode. 
 | 
Position | 
getPosition()
Get the position of the balloon. 
 | 
void | 
setAltitudeMode(int altitudeMode)
Specifies the balloon's altitude mode. 
 | 
void | 
setPosition(Position position)
Set the balloon to a position on the globe. 
 | 
getAttributes, getBounds, getDelegateOwner, getHighlightAttributes, getMaxActiveAltitude, getMinActiveAltitude, getText, getTextDecoder, isAlwaysOnTop, isPickEnabled, isVisible, setAlwaysOnTop, setAttributes, setDelegateOwner, setHighlightAttributes, setMaxActiveAltitude, setMinActiveAltitude, setPickEnabled, setText, setTextDecoder, setVisiblerenderisHighlighted, setHighlightedaddPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValuesint getAltitudeMode()
setAltitudeMode(int) for a description of the modes.Position getPosition()
void setAltitudeMode(int altitudeMode)
WorldWind.ABSOLUTE
 -- the balloon is placed at its specified position. altitudeMode - the altitude modevoid setPosition(Position position)
position - New position for the balloon.