public static class

BasicBorders.RolloverButtonBorder

extends BasicBorders.ButtonBorder
java.lang.Object
   ↳ javax.swing.border.AbstractBorder
     ↳ javax.swing.plaf.basic.BasicBorders.ButtonBorder
       ↳ javax.swing.plaf.basic.BasicBorders.RolloverButtonBorder

Class Overview

Special thin border for rollover toolbar buttons.

Summary

[Expand]
Inherited Fields
From class javax.swing.plaf.basic.BasicBorders.ButtonBorder
Public Constructors
BasicBorders.RolloverButtonBorder(Color shadow, Color darkShadow, Color highlight, Color lightHighlight)
Public Methods
void paintBorder(Component c, Graphics g, int x, int y, int w, int h)
This default implementation does no painting.
[Expand]
Inherited Methods
From class javax.swing.plaf.basic.BasicBorders.ButtonBorder
From class javax.swing.border.AbstractBorder
From class java.lang.Object
From interface javax.swing.border.Border

Public Constructors

public BasicBorders.RolloverButtonBorder (Color shadow, Color darkShadow, Color highlight, Color lightHighlight)

Public Methods

public void paintBorder (Component c, Graphics g, int x, int y, int w, int h)

This default implementation does no painting.

Parameters
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