Package com.jgoodies.looks.plastic
Class PlasticBorders.EtchedBorder
java.lang.Object
javax.swing.border.AbstractBorder
com.jgoodies.looks.plastic.PlasticBorders.EtchedBorder
- All Implemented Interfaces:
Serializable,Border,UIResource
- Enclosing class:
- PlasticBorders
A border used for menu bars and tool bars in
HeaderStyle.SINGLE. The bar is wrapped by an inner thin
raised border, which in turn is wrapped by an outer thin lowered
border.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaintBorder(Component c, Graphics g, int x, int y, int w, int h) Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getBorderInsets, getInteriorRectangle, getInteriorRectangle, isBorderOpaque
-
Field Details
-
INSETS
-
-
Constructor Details
-
EtchedBorder
private EtchedBorder()
-
-
Method Details
-
paintBorder
- Specified by:
paintBorderin interfaceBorder- Overrides:
paintBorderin classAbstractBorder
-
getBorderInsets
- Specified by:
getBorderInsetsin interfaceBorder- Overrides:
getBorderInsetsin classAbstractBorder
-