|
Public Member Functions |
| String | getName () |
| int | getBackgroundGradientShadow () |
| javax.swing.plaf.ColorUIResource | getComponentGradientColorReflection () |
| | Upper end of main menu's background, and top bevel of tabs.
|
| javax.swing.plaf.ColorUIResource | getComponentGradientColorShadow () |
| | Lower end of main menu's background, and shadow casted by the active tab on the inactive tab.
|
| javax.swing.plaf.ColorUIResource | getTextComponentGradientColorReflection () |
| | Top of text entry boxes.
|
| javax.swing.plaf.ColorUIResource | getTextComponentGradientColorShadow () |
| | Bottom of text entry boxes.
|
Protected Member Functions |
| ColorUIResource | getPrimary1 () |
| ColorUIResource | getPrimary2 () |
| ColorUIResource | getPrimary3 () |
| ColorUIResource | getSecondary1 () |
| ColorUIResource | getSecondary2 () |
| ColorUIResource | getSecondary3 () |
Private Attributes |
| final ColorUIResource | primary1 |
| | Selected tab's and opened menu's borders.
|
| final ColorUIResource | primary2 = new ColorUIResource(128, 128, 255) |
| | Selected menu item's background.
|
| final ColorUIResource | primary3 = new ColorUIResource(128, 255, 128) |
| | Tooltip's background.
|
| final ColorUIResource | secondary1 = new ColorUIResource(128, 128, 128) |
| | Darker side of 3D components.
|
| final ColorUIResource | secondary2 = new ColorUIResource(180, 180, 180) |
| | Unselected Tab's background.
|
| final ColorUIResource | secondary3 = new ColorUIResource(224, 224, 224) |
| | Everything else's background.
|