com.vlsolutions.swing.docking
public class ShadowBorder extends Object implements Border
Two types of border can be drawn : full shadow border and half shadow border.
Constructor Summary | |
---|---|
ShadowBorder() | |
ShadowBorder(boolean paintTopLeft) Constructs a full shadow border (if paintTopLeft is true) or a half shadow border
(is false).
|
Method Summary | |
---|---|
Insets | getBorderInsets(Component component) |
boolean | isBorderOpaque() |
void | paintBorder(Component component, Graphics graphics, int x, int y, int w, int h) |