Class PlasticXPBorders.RolloverButtonBorder
java.lang.Object
javax.swing.border.AbstractBorder
com.jgoodies.looks.plastic.PlasticXPBorders.XPButtonBorder
com.jgoodies.looks.plastic.PlasticXPBorders.RolloverButtonBorder
- All Implemented Interfaces:
Serializable, Border, UIResource
- Enclosing class:
PlasticXPBorders
private static final class PlasticXPBorders.RolloverButtonBorder
extends PlasticXPBorders.XPButtonBorder
A rollover border for buttons in toolbars.
- Version:
- $Revision: 1.16 $
-
Field Summary
Fields inherited from class PlasticXPBorders.XPButtonBorder
insets -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintBorder(Component c, Graphics g, int x, int y, int w, int h) Methods inherited from class PlasticXPBorders.XPButtonBorder
getBorderInsets, getBorderInsetsMethods inherited from class AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
Constructor Details
-
RolloverButtonBorder
private RolloverButtonBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classPlasticXPBorders.XPButtonBorder
-