Package | Description |
---|---|
gov.nasa.worldwind.ogc.kml.impl | |
gov.nasa.worldwind.render |
Modifier and Type | Method and Description |
---|---|
BalloonAttributes |
KMLAbstractBalloon.getAttributes()
Get the "normal" balloon attributes.
|
BalloonAttributes |
KMLAbstractBalloon.getHighlightAttributes()
Get the highlight attributes.
|
protected BalloonAttributes |
KMLAbstractBalloon.getInitialBalloonAttributes()
Get the default attributes applied to the balloon.
|
Modifier and Type | Method and Description |
---|---|
protected void |
KMLAbstractBalloon.assembleBalloonAttributes(KMLBalloonStyle style,
BalloonAttributes balloonAttributes)
Apply a KML BalloonStyle to the balloon attributes object.
|
void |
KMLAbstractBalloon.setAttributes(BalloonAttributes attrs)
Set the "normal" balloon attributes.
|
void |
KMLAbstractBalloon.setHighlightAttributes(BalloonAttributes attrs)
Set the highlight attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicBalloonAttributes
Basic implementation of the
BalloonAttributes interface. |
Modifier and Type | Field and Description |
---|---|
protected BalloonAttributes |
AbstractBalloon.activeAttributes |
protected BalloonAttributes |
AbstractBalloon.attributes |
protected static BalloonAttributes |
AbstractBalloon.defaultAttributes
The attributes used if attributes are not specified.
|
protected BalloonAttributes |
AbstractBalloon.highlightAttributes |
Modifier and Type | Method and Description |
---|---|
protected BalloonAttributes |
AbstractBalloon.getActiveAttributes()
Get the active attributes, based on the highlight state.
|
BalloonAttributes |
Balloon.getAttributes()
Get the "normal" balloon attributes.
|
BalloonAttributes |
AbstractBalloon.getAttributes()
Get the "normal" balloon attributes.
|
BalloonAttributes |
Balloon.getHighlightAttributes()
Get the highlight attributes.
|
BalloonAttributes |
AbstractBalloon.getHighlightAttributes()
Get the highlight attributes.
|
Modifier and Type | Method and Description |
---|---|
protected java.awt.Rectangle |
AbstractBrowserBalloon.computeFrameRectForWebViewRect(BalloonAttributes activeAttrs,
java.awt.Rectangle webViewRect) |
protected java.awt.Point |
AbstractBrowserBalloon.computeOffset(DrawContext dc,
BalloonAttributes activeAttrs,
int width,
int height) |
protected java.awt.Dimension |
AbstractBrowserBalloon.computeSize(DrawContext dc,
BalloonAttributes activeAttrs)
Computes the size of this balloon's frame in the viewport (on the screen).
|
protected java.awt.Rectangle |
AbstractBrowserBalloon.computeWebViewRectForFrameRect(BalloonAttributes activeAttrs,
java.awt.Rectangle frameRect) |
void |
Balloon.setAttributes(BalloonAttributes attrs)
Set the "normal" balloon attributes.
|
void |
AbstractBalloon.setAttributes(BalloonAttributes attributes)
Set the "normal" balloon attributes.
|
void |
Balloon.setHighlightAttributes(BalloonAttributes attrs)
Set the highlight attributes.
|
void |
AbstractBalloon.setHighlightAttributes(BalloonAttributes highlightAttributes)
Set the highlight attributes.
|
Constructor and Description |
---|
BasicBalloonAttributes(BalloonAttributes attributes)
Creates a new
BasicBalloonAttributes configured with the specified attributes . |