|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface JideTabbedPane.GradientColorProvider
A ColorProvider that can supports gradient tab background. The ColorProvider can also do gradient but the other color has to be be a lighter or darker version of the color of getBackgroundAt. GradientColorProvider allows you to specify an independent color as the start color.
Method Summary | |
---|---|
Color |
getTopBackgroundAt(int tabIndex)
Gets the tab background at the top (or other direction depending on the tab placement) of the tab. |
Methods inherited from interface com.jidesoft.swing.JideTabbedPane.ColorProvider |
---|
getBackgroundAt, getForegroundAt, getGradientRatio |
Method Detail |
---|
Color getTopBackgroundAt(int tabIndex)
tabIndex
- the index of the tab
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |