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 TypeMethodDescriptionboolean
void
paintBorder
(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:
getBorderInsets
in interfaceBorder
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaque
in interfaceBorder
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-