Package net.infonode.gui.border
Class EtchedLineBorder
java.lang.Object
net.infonode.gui.border.EtchedLineBorder
- All Implemented Interfaces:
Serializable,Border
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEtchedLineBorder(boolean drawTop, boolean drawLeft, boolean drawBottom, boolean drawRight) EtchedLineBorder(boolean drawTop, boolean drawLeft, boolean drawBottom, boolean drawRight, Color highlightColor, Color shadowColor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)
-
Constructor Details
-
EtchedLineBorder
public EtchedLineBorder() -
EtchedLineBorder
public EtchedLineBorder(boolean drawTop, boolean drawLeft, boolean drawBottom, boolean drawRight) -
EtchedLineBorder
-
-
Method Details
-
getBorderInsets
- Specified by:
getBorderInsetsin interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaquein interfaceBorder
-
paintBorder
- Specified by:
paintBorderin interfaceBorder
-