public interface ScreenBalloon extends Balloon
Balloon attached to a location on the screen.| Modifier and Type | Method and Description | 
|---|---|
| Point | getScreenLocation()Get the position of the balloon on the screen. | 
| void | setScreenLocation(Point point)Set the screen position of the balloon. | 
getAttributes, 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, setValuesPoint getScreenLocation()
void setScreenLocation(Point point)
point - Point in screen coordinates, with origin at upper left corner.