public class KMLScreenBalloonImpl extends KMLAbstractBalloon implements ScreenBalloon
Modifier and Type | Field and Description |
---|---|
protected ScreenBalloon |
balloon
The 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.
|
java.awt.Point |
getScreenLocation()
Get the position of the balloon on the screen.
|
void |
setScreenLocation(java.awt.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, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttributes, getBounds, getDelegateOwner, getHighlightAttributes, getMaxActiveAltitude, getMinActiveAltitude, getText, getTextDecoder, isAlwaysOnTop, isPickEnabled, isVisible, setAlwaysOnTop, setAttributes, setDelegateOwner, setHighlightAttributes, setMaxActiveAltitude, setMinActiveAltitude, setPickEnabled, setText, setTextDecoder, setVisible
render
isHighlighted, setHighlighted
addPropertyChangeListener, addPropertyChangeListener, clearList, copy, firePropertyChange, firePropertyChange, getEntries, getStringValue, getValue, getValues, hasKey, removeKey, removePropertyChangeListener, removePropertyChangeListener, setValue, setValues
protected 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 KMLAbstractBalloon
public java.awt.Point getScreenLocation()
getScreenLocation
in interface ScreenBalloon
public void setScreenLocation(java.awt.Point point)
setScreenLocation
in interface ScreenBalloon
point
- Point in screen coordinates, with origin at upper left corner.