public static class BasicBorders.RolloverButtonBorder extends BasicBorders.ButtonBorder
darkShadow, highlight, lightHighlight, shadow| Constructor and Description |
|---|
RolloverButtonBorder(Color
|
| Modifier and Type | Method and Description |
|---|---|
void |
paintBorder(Component
This default implementation does no painting.
|
getBorderInsetsgetBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaquepublic void paintBorder(Componentc, Graphics g, int x, int y, int w, int h)
AbstractBorder
paintBorder in interface
Border
paintBorder in class
BasicBorders.ButtonBorder
c - the component for which this border is being painted
g - the paint graphics
x - the x position of the painted border
y - the y position of the painted border
w - the width of the painted border
h - the height of the painted border