Uses of Interface
gov.nasa.worldwind.render.ScreenBalloon
-
Packages that use ScreenBalloon Package Description gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render -
-
Uses of ScreenBalloon in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement ScreenBalloon Modifier and Type Class Description class
KMLScreenBalloonImpl
A KML Balloon attached to a point on the screen.Fields in gov.nasa.worldwind.ogc.kml.impl declared as ScreenBalloon Modifier and Type Field Description protected ScreenBalloon
KMLScreenBalloonImpl. balloon
The contained balloon.Methods in gov.nasa.worldwind.ogc.kml.impl that return ScreenBalloon Modifier and Type Method Description ScreenBalloon
KMLScreenBalloonImpl. getBalloon()
Get the Balloon object that is contained in the KMLBalloon object.Constructors in gov.nasa.worldwind.ogc.kml.impl with parameters of type ScreenBalloon Constructor Description KMLScreenBalloonImpl(ScreenBalloon balloon, KMLAbstractFeature feature)
Create the balloon. -
Uses of ScreenBalloon in gov.nasa.worldwind.render
Classes in gov.nasa.worldwind.render that implement ScreenBalloon Modifier and Type Class Description class
ScreenAnnotationBalloon
An AnnotationBalloon that is attached to a point on the screen.
-