net.infonode.gui.border
public class EtchedLineBorder extends Object implements Border, Serializable
Version: $Revision: 1.10 $
| Constructor Summary | |
|---|---|
| EtchedLineBorder() | |
| EtchedLineBorder(boolean drawTop, boolean drawLeft, boolean drawBottom, boolean drawRight) | |
| EtchedLineBorder(boolean drawTop, boolean drawLeft, boolean drawBottom, boolean drawRight, Color highlightColor, Color shadowColor) | |
| Method Summary | |
|---|---|
| Insets | getBorderInsets(Component c) |
| boolean | isBorderOpaque() |
| void | paintBorder(Component c, Graphics g, int x, int y, int width, int height) |