public class RoundedBalloonStyle extends BalloonTipStyle
flipX, flipY, horizontalOffset, verticalOffset| Constructor and Description |
|---|
RoundedBalloonStyle(int arcWidth,
int arcHeight,
Color fillColor,
Color borderColor)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Insets |
getBorderInsets(Component c)
Retrieve the balloon tip's border insets
|
int |
getMinimalHorizontalOffset()
Get the minimum value of the horizontal offset
(Also useful as a maximum; maximum horizontaloffset = balloon tip width - minimum horizontal offset)
|
boolean |
isBorderOpaque()
Is this balloon tip opaque?
|
void |
paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height) |
flip, flipX, flipY, setHorizontalOffset, setVerticalOffsetpublic Insets getBorderInsets(Component c)
BalloonTipStylegetBorderInsets in interface BordergetBorderInsets in class BalloonTipStylepublic boolean isBorderOpaque()
BalloonTipStyleisBorderOpaque in interface BorderisBorderOpaque in class BalloonTipStylepublic int getMinimalHorizontalOffset()
BalloonTipStylegetMinimalHorizontalOffset in class BalloonTipStyle