Class MetalBorders.RolloverButtonBorder
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.plaf.metal.MetalBorders.ButtonBorder
javax.swing.plaf.metal.MetalBorders.RolloverButtonBorder
- All Implemented Interfaces:
Serializable, Border, UIResource
- Enclosing class:
MetalBorders
The class represents the border of a rollover
Button.-
Field Summary
Fields inherited from class MetalBorders.ButtonBorder
borderInsets -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintBorder(Component c, Graphics g, int x, int y, int w, int h) This default implementation does no painting.Methods inherited from class MetalBorders.ButtonBorder
getBorderInsetsMethods inherited from class AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
Constructor Details
-
RolloverButtonBorder
public RolloverButtonBorder()Constructs aRolloverButtonBorder.
-
-
Method Details
-
paintBorder
Description copied from class:AbstractBorderThis default implementation does no painting.- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classMetalBorders.ButtonBorder- Parameters:
c- the component for which this border is being paintedg- the paint graphicsx- the x position of the painted bordery- the y position of the painted borderw- the width of the painted borderh- the height of the painted border
-