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