Uses of Interface
gov.nasa.worldwind.render.Balloon
-
Packages that use Balloon Package Description gov.nasa.worldwind.ogc.kml Provides classes for parsing KML and KMZ files and streams.gov.nasa.worldwind.ogc.kml.impl gov.nasa.worldwind.render gov.nasa.worldwindx.examples.util -
-
Uses of Balloon in gov.nasa.worldwind.ogc.kml
Fields in gov.nasa.worldwind.ogc.kml declared as Balloon Modifier and Type Field Description protected BalloonKMLAbstractFeature. balloonA balloon explicitly associated with this feature by the client.Methods in gov.nasa.worldwind.ogc.kml that return Balloon Modifier and Type Method Description BalloonKMLAbstractFeature. getBalloon()Get the balloon associated with this feature, if any.Methods in gov.nasa.worldwind.ogc.kml with parameters of type Balloon Modifier and Type Method Description voidKMLAbstractFeature. setBalloon(Balloon balloon)Set the balloon associated with this feature. -
Uses of Balloon in gov.nasa.worldwind.ogc.kml.impl
Classes in gov.nasa.worldwind.ogc.kml.impl that implement Balloon Modifier and Type Class Description classKMLAbstractBalloonAn implementation ofBalloonthat applies aKMLBalloonStyleto the balloon.classKMLGlobeBalloonImplA KML Balloon attached to a point on the globe.classKMLScreenBalloonImplA KML Balloon attached to a point on the screen.Methods in gov.nasa.worldwind.ogc.kml.impl that return Balloon Modifier and Type Method Description protected abstract BalloonKMLAbstractBalloon. getBalloon()Get the Balloon object that is contained in the KMLBalloon object.Methods in gov.nasa.worldwind.ogc.kml.impl with parameters of type Balloon Modifier and Type Method Description protected voidKMLAbstractBalloon. initialize(Balloon balloon)Initialize the object. -
Uses of Balloon in gov.nasa.worldwind.render
Subinterfaces of Balloon in gov.nasa.worldwind.render Modifier and Type Interface Description interfaceGlobeBalloonABalloonattached to a position on the globe.interfaceScreenBalloonABalloonattached to a location on the screen.Classes in gov.nasa.worldwind.render that implement Balloon Modifier and Type Class Description classAbstractAnnotationBalloonImplementation of balloon usingAnnotation.classAbstractBalloonAbstract implementation ofBalloon.classGlobeAnnotationBalloonAn AnnotationBalloon that is attached to a position on the globe.classScreenAnnotationBalloonAn AnnotationBalloon that is attached to a point on the screen. -
Uses of Balloon in gov.nasa.worldwindx.examples.util
Fields in gov.nasa.worldwindx.examples.util declared as Balloon Modifier and Type Field Description protected BalloonBalloonController. balloonprotected BalloonBalloonResizeController. balloonMethods in gov.nasa.worldwindx.examples.util that return Balloon Modifier and Type Method Description protected BalloonBalloonController. createBalloon(KMLAbstractFeature feature)Create a balloon for a KML feature and attach the balloon to the feature.protected BalloonBalloonController. getBalloon(PickedObject pickedObject)Get the balloon attached to a PickedObject.Methods in gov.nasa.worldwindx.examples.util with parameters of type Balloon Modifier and Type Method Description protected voidBalloonController. adjustPosition(Balloon balloon, java.awt.Point screenPoint)Adjust the position of a balloon so that the entire balloon is visible on screen.protected voidBalloonController. configureBalloon(Balloon balloon, KMLAbstractFeature feature)Configure a new balloon for a KML feature.protected voidBalloonController. createResizeController(Balloon balloon)Create a resize controller and attach it to the WorldWindow.protected booleanBalloonController. mustAdjustPosition(Balloon balloon)Determines if a balloon position must be adjusted to make the balloon visible in the viewport.protected voidBalloonController. showBalloon(Balloon balloon, Position position)Show a balloon at a globe position.protected voidBalloonController. showBalloon(Balloon balloon, java.lang.Object balloonObject, java.awt.Point point)Show a balloon at a screen point.Constructors in gov.nasa.worldwindx.examples.util with parameters of type Balloon Constructor Description BalloonResizeController(WorldWindow wwd, Balloon balloon)Create a resize controller.
-