public class KMLScreenBalloonImpl extends KMLAbstractBalloon implements ScreenBalloon
| Modifier and Type | Field and Description | 
|---|---|
| protected ScreenBalloon | balloonThe contained balloon. | 
DISPLAY_MODE_DEFAULT, DISPLAY_MODE_HIDE, displayMode, highlightAttributesResolved, highlightText, normalAttributesResolved, normalText, parent, usingDefaultText| Constructor and Description | 
|---|
| KMLScreenBalloonImpl(ScreenBalloon balloon,
                    KMLAbstractFeature feature)Create the balloon. | 
| Modifier and Type | Method and Description | 
|---|---|
| ScreenBalloon | getBalloon()Get the Balloon object that is contained in the KMLBalloon object. | 
| Point | getScreenLocation()Get the position of the balloon on the screen. | 
| void | setScreenLocation(Point point)Set the screen position of the balloon. | 
addHyperlinks, addPropertyChangeListener, addPropertyChangeListener, assembleBalloonAttributes, clearList, copy, createDefaultBalloonText, createDefaultExtendedDataText, createDefaultSchemaDataText, createTextDecoder, determineActiveText, firePropertyChange, firePropertyChange, getAttributes, getBounds, getDelegateOwner, getDisplayMode, getEntries, getHighlightAttributes, getInitialBalloonAttributes, getMaxActiveAltitude, getMinActiveAltitude, getStringValue, getText, getTextDecoder, getValue, getValues, hasKey, initialize, isAlwaysOnTop, isHighlighted, isPickEnabled, isVisible, makeAttributesCurrent, mustAddHyperlinks, propertyChange, removeKey, removePropertyChangeListener, removePropertyChangeListener, render, resolve, setAlwaysOnTop, setAttributes, setDelegateOwner, setDisplayMode, setHighlightAttributes, setHighlighted, setMaxActiveAltitude, setMinActiveAltitude, setPickEnabled, setText, setTextDecoder, setValue, setValues, setVisibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributes, getBounds, getDelegateOwner, getHighlightAttributes, getMaxActiveAltitude, getMinActiveAltitude, getText, getTextDecoder, isAlwaysOnTop, isPickEnabled, isVisible, setAlwaysOnTop, setAttributes, setDelegateOwner, setHighlightAttributes, setMaxActiveAltitude, setMinActiveAltitude, setPickEnabled, setText, setTextDecoder, setVisiblerenderisHighlighted, setHighlightedaddPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValuesprotected ScreenBalloon balloon
public KMLScreenBalloonImpl(ScreenBalloon balloon, KMLAbstractFeature feature)
balloon - Balloon to apply KML styling to.feature - The feature that defines the balloon style.public ScreenBalloon getBalloon()
getBalloon in class KMLAbstractBalloonpublic Point getScreenLocation()
getScreenLocation in interface ScreenBalloonpublic void setScreenLocation(Point point)
setScreenLocation in interface ScreenBalloonpoint - Point in screen coordinates, with origin at upper left corner.