com.jidesoft.plaf.eclipse
Class ShadowBorder
java.lang.Object
com.jidesoft.plaf.eclipse.ShadowBorder
- All Implemented Interfaces:
- Border, UIResource
public class ShadowBorder
- extends Object
- implements Border, UIResource
A border looks like a shadow.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_highlight
protected Color _highlight
_lightHighlight
protected Color _lightHighlight
_shadow
protected Color _shadow
_darkShadow
protected Color _darkShadow
_insets
protected Insets _insets
ShadowBorder
public ShadowBorder(Color highlight,
Color lightHighlight,
Color shadow,
Color darkShadow,
Insets insets)
getBorderInsets
public Insets getBorderInsets(Component c)
- Returns the insets of the border.
- Specified by:
getBorderInsets
in interface Border
- 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 interface Border
paintBorder
public void paintBorder(Component c,
Graphics g,
int x,
int y,
int width,
int height)
- Specified by:
paintBorder
in interface Border