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