Package com.jidesoft.plaf.eclipse
Class SunkenBorder
java.lang.Object
com.jidesoft.plaf.eclipse.SunkenBorder
- All Implemented Interfaces:
Border
,UIResource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the insets of the border.boolean
Returns whether or not the border is opaque.void
paintBorder
(Component c, Graphics g, int x, int y, int width, int height)
-
Field Details
-
_highlight
-
_lightHighlight
-
_shadow
-
_darkShadow
-
_insets
-
-
Constructor Details
-
SunkenBorder
-
-
Method Details
-
getBorderInsets
Returns the insets of the border.- Specified by:
getBorderInsets
in interfaceBorder
- Parameters:
c
- the component for which this border insets value applies
-
isBorderOpaque
public boolean isBorderOpaque()Returns whether or not the border is opaque. If the border is opaque, it is responsible for filling in it's own background when painting.- Specified by:
isBorderOpaque
in interfaceBorder
-
paintBorder
- Specified by:
paintBorder
in interfaceBorder
-