Class | Description |
---|---|
BalloonTipPositioner |
A BalloonTipPositioner is used to determine the position of a BalloonTip
Note: If you change a positioner's settings, the changes may not be visible until the balloon tip is redrawn.
|
BasicBalloonTipPositioner |
Provides common functionality for the positioner classes
LeftAbovePositioner, LeftBelowPositioner, RightAbovePositioner and RightBelowPositioner
|
CenteredPositioner |
A positioner that horizontally centers a balloon tip relative to its attached component
|
LeftAbovePositioner |
This class positions a balloon tip above the component it's attached to, with the tip on the left
|
LeftBelowPositioner |
This class positions a balloon tip below the component it's attached to, with the tip on the left
|
RightAbovePositioner |
This class positions a balloon tip above the component it's attached to, with the tip on the right
|
RightBelowPositioner |
This class positions a balloon tip below the component it's attached to, with the tip on the right
|