Uses of Interface
gov.nasa.worldwind.render.GlobeBalloon
- 
Packages that use GlobeBalloon Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render 
- 
- 
Uses of GlobeBalloon in gov.nasa.worldwind.ogc.kml.implClasses in gov.nasa.worldwind.ogc.kml.impl that implement GlobeBalloon Modifier and Type Class Description classKMLGlobeBalloonImplA KML Balloon attached to a point on the globe.Fields in gov.nasa.worldwind.ogc.kml.impl declared as GlobeBalloon Modifier and Type Field Description protected GlobeBalloonKMLGlobeBalloonImpl. balloonThe contained balloon.Methods in gov.nasa.worldwind.ogc.kml.impl that return GlobeBalloon Modifier and Type Method Description GlobeBalloonKMLGlobeBalloonImpl. getBalloon()Get the Balloon object that is contained in the KMLBalloon object.Constructors in gov.nasa.worldwind.ogc.kml.impl with parameters of type GlobeBalloon Constructor Description KMLGlobeBalloonImpl(GlobeBalloon balloon, KMLAbstractFeature feature)Create the balloon.
- 
Uses of GlobeBalloon in gov.nasa.worldwind.renderClasses in gov.nasa.worldwind.render that implement GlobeBalloon Modifier and Type Class Description classGlobeAnnotationBalloonAn AnnotationBalloon that is attached to a position on the globe.
 
-