Class RadianceEtchedBorder
java.lang.Object
org.pushingpixels.radiance.theming.internal.utils.border.RadianceEtchedBorder
- All Implemented Interfaces:
Border
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate ColorReturns the highlight color for the specified component.private ColorReturns the shadow color for the specified component.booleanvoidpaintBorder(Component c, Graphics g, int x, int y, int width, int height)
-
Constructor Details
-
RadianceEtchedBorder
public RadianceEtchedBorder()
-
-
Method Details
-
getHighlightColor
-
getShadowColor
-
isBorderOpaque
public boolean isBorderOpaque()- Specified by:
isBorderOpaquein interfaceBorder
-
paintBorder
- Specified by:
paintBorderin interfaceBorder
-
getBorderInsets
- Specified by:
getBorderInsetsin interfaceBorder
-