public static interface JideTabbedPane.ColorProvider
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBackgroundAt(int tabIndex)
Gets the tab background for the tab at the specified index.
|
java.awt.Color |
getForegroudAt(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 getForegroudAt(int tabIndex)
tabIndex
- the index of the tabfloat getGradientRatio(int tabIndex)
tabIndex
- the index of the tab