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 |
Modifier and Type | Field and Description |
---|---|
protected Balloon |
KMLAbstractFeature.balloon
A balloon explicitly associated with this feature by the client.
|
Modifier and Type | Method and Description |
---|---|
Balloon |
KMLAbstractFeature.getBalloon()
Get the balloon associated with this feature, if any.
|
Modifier and Type | Method and Description |
---|---|
void |
KMLAbstractFeature.setBalloon(Balloon balloon)
Set the balloon associated with this feature.
|
Modifier and Type | Class and Description |
---|---|
class |
KMLAbstractBalloon
An implementation of
Balloon that applies a KMLBalloonStyle to the balloon. |
class |
KMLGlobeBalloonImpl
A KML Balloon attached to a point on the globe.
|
class |
KMLScreenBalloonImpl
A KML Balloon attached to a point on the screen.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Balloon |
KMLAbstractBalloon.getBalloon()
Get the Balloon object that is contained in the KMLBalloon object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
KMLAbstractBalloon.initialize(Balloon balloon)
Initialize the object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GlobeBalloon
A
Balloon attached to a position on the globe. |
interface |
ScreenBalloon
A
Balloon attached to a location on the screen. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnnotationBalloon
Implementation of balloon using
Annotation . |
class |
AbstractBalloon
Abstract implementation of
Balloon . |
class |
AbstractBrowserBalloon
A
that displays HTML, JavaScript, and Flash content using the
system's native browser. |
class |
GlobeAnnotationBalloon
An AnnotationBalloon that is attached to a position on the globe.
|
class |
GlobeBrowserBalloon
A
that displays HTML, JavaScript, and Flash content using
the system's native browser, and who's origin is located at a position on the Globe . |
class |
ScreenAnnotationBalloon
An AnnotationBalloon that is attached to a point on the screen.
|
class |
ScreenBrowserBalloon
A
that displays HTML, JavaScript, and Flash content
using the system's native browser, and who's origin is located at a point on the screen. |
Modifier and Type | Field and Description |
---|---|
protected Balloon |
BalloonResizeController.balloon |
protected Balloon |
BalloonController.balloon |
Modifier and Type | Method and Description |
---|---|
protected Balloon |
BalloonController.createBalloon(KMLAbstractFeature feature)
Create a balloon for a KML feature and attach the balloon to the feature.
|
protected Balloon |
BalloonController.getBalloon(PickedObject pickedObject)
Get the balloon attached to a PickedObject.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BalloonController.adjustPosition(Balloon balloon,
java.awt.Point screenPoint)
Adjust the position of a balloon so that the entire balloon is visible on screen.
|
protected void |
BalloonController.configureBalloon(Balloon balloon,
KMLAbstractFeature feature)
Configure a new balloon for a KML feature.
|
protected void |
BalloonController.createResizeController(Balloon balloon)
Create a resize controller and attach it to the WorldWindow.
|
protected boolean |
BalloonController.mustAdjustPosition(Balloon balloon)
Determines if a balloon position must be adjusted to make the balloon visible in the viewport.
|
protected void |
BalloonController.showBalloon(Balloon balloon,
java.lang.Object balloonObject,
java.awt.Point point)
Show a balloon at a screen point.
|
protected void |
BalloonController.showBalloon(Balloon balloon,
Position position)
Show a balloon at a globe position.
|
Constructor and Description |
---|
BalloonResizeController(WorldWindow wwd,
Balloon balloon)
Create a resize controller.
|