| java.lang.Object org.jvnet.substance.SubstanceEtchedBorder
SubstanceEtchedBorder | public class SubstanceEtchedBorder implements Border(Code) | | Custom implementation of etched border.
author: Kirill Grouchnikov |
getHighlightColor | public Color getHighlightColor(Component c)(Code) | | Returns the highlight color for the specified component.
Parameters: c - Component. Matching highlight color. |
getShadowColor | public Color getShadowColor(Component c)(Code) | | Returns the shadow color for the specified component.
Parameters: c - Component. Matching shadow color. |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
|
|