Uses of Class
gov.nasa.worldwindx.examples.util.BalloonController
-
Packages that use BalloonController Package Description gov.nasa.worldwindx.examples gov.nasa.worldwindx.examples.kml Examples of importing and exporting files in the Keyhole Markup Language (KML). -
-
Uses of BalloonController in gov.nasa.worldwindx.examples
Fields in gov.nasa.worldwindx.examples declared as BalloonController Modifier and Type Field Description protected BalloonControllerBalloons.AppFrame. balloonControllerprotected BalloonControllerWebBrowserBalloons.AppFrame. balloonController -
Uses of BalloonController in gov.nasa.worldwindx.examples.kml
Fields in gov.nasa.worldwindx.examples.kml declared as BalloonController Modifier and Type Field Description protected BalloonControllerKMLApplicationController. balloonControllerController to open balloons when KML features are selected.protected BalloonControllerKMLViewer.AppFrame. balloonControllerMethods in gov.nasa.worldwindx.examples.kml that return BalloonController Modifier and Type Method Description BalloonControllerKMLApplicationController. getBalloonController()Indicates the BalloonController associated with this controller.Methods in gov.nasa.worldwindx.examples.kml with parameters of type BalloonController Modifier and Type Method Description voidKMLApplicationController. setBalloonController(BalloonController balloonController)Specifies a BalloonController that this controller can use to open balloons when KML features are selected.
-