Package com.jgoodies.looks.plastic
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.
-
Field Summary
Fields inherited from class com.jgoodies.looks.plastic.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 com.jgoodies.looks.plastic.PlasticXPBorders.XPButtonBorder
getBorderInsets, getBorderInsetsMethods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
Constructor Details
-
RolloverButtonBorder
private RolloverButtonBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classPlasticXPBorders.XPButtonBorder
-