JideTabbedPane.GradientColorProvider
public static interface JideTabbedPane.ColorProvider
Modifier and Type | Method | Description |
---|---|---|
java.awt.Color |
getBackgroundAt(int tabIndex) |
Gets the tab background for the tab at the specified index.
|
java.awt.Color |
getForegroundAt(int tabIndex) |
Gets the tab foreground for the tab at the specified index.
|
float |
getGradientRatio(int tabIndex) |
Gets the gradient ratio.
|
java.awt.Color getBackgroundAt(int tabIndex)
tabIndex
- the index of the tabjava.awt.Color getForegroundAt(int tabIndex)
tabIndex
- the index of the tabfloat getGradientRatio(int tabIndex)
tabIndex
- the index of the tab