| java.lang.Object net.infonode.tabbedpanel.border.GradientTabAreaBorder
GradientTabAreaBorder | public class GradientTabAreaBorder implements Border,Serializable(Code) | | Paints a gradient background for a tab area component. The background blends from one color on the component edge
opposite to the tabbed panel content panel to the another color on the component edge closest to the tabbed panel
content panel.
author: $Author: jesper $ version: $Revision: 1.16 $ since: ITP 1.1.0 |
GradientTabAreaBorder | public GradientTabAreaBorder(Color topColor)(Code) | | Creates a border where the color of the component edge closest to the tabben panel content panel will be the
default control color.
Parameters: topColor - the color of the component edge opposite to the tabbed panel content panel |
GradientTabAreaBorder | public GradientTabAreaBorder(Color topColor, Color bottomColor)(Code) | | Constructor.
Parameters: topColor - the color of the component edge opposite to the tabbed panel content panel Parameters: bottomColor - the color of the component edge closest to the tabbed panel content panel |
GradientTabAreaBorder | public GradientTabAreaBorder(ColorProvider topColorProvider, ColorProvider bottomColorProvider)(Code) | | Constructor.
Parameters: topColorProvider - provides the color of the component edge opposite to the tabbed panel content panel Parameters: bottomColorProvider - provides the color of the component edge closest to the tabbed panel content panel |
isBorderOpaque | public boolean isBorderOpaque()(Code) | | |
|
|