|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Color
javax.swing.plaf.ColorUIResource
com.tivoli.twg.console.TWGConsoleColor
The TWGConsoleColor class provides a central repository for the default colors used by the Director console. It is a subclass of ColorUIResource that provides access methods that return component-display colors pulled from UIManager as well as a small set of named colors, including those available in class Color.
Color
,
java.awt.UIManager
,
ColorUIResource
,
Serialized FormField Summary |
---|
Fields inherited from class java.awt.Color |
---|
black, BLACK, blue, BLUE, cyan, CYAN, DARK_GRAY, darkGray, gray, GRAY, green, GREEN, LIGHT_GRAY, lightGray, magenta, MAGENTA, orange, ORANGE, pink, PINK, red, RED, white, WHITE, yellow, YELLOW |
Fields inherited from interface java.awt.Transparency |
---|
BITMASK, OPAQUE, TRANSLUCENT |
Constructor Summary | |
---|---|
TWGConsoleColor(java.awt.Color c)
TWGConsoleColor Constructor - construct TWGConsoleColor object from Color |
|
TWGConsoleColor(float r,
float g,
float b)
TWGConsoleColor Constructor - constructs an opaque sRGB color with the specified red, green,and blue values in the range (0 - 255). |
|
TWGConsoleColor(int rgb)
Creates an opaque sRGB color with the specified combined RGB value. |
|
TWGConsoleColor(int r,
int g,
int b)
TWGConsoleColor Constructor - constructs an opaque sRGB color with the specified red, green,and blue values in the range (0 - 255). |
Method Summary | |
---|---|
static TWGConsoleColor |
getActiveCaptionBorderColor()
The border color for captions in window borders. |
static TWGConsoleColor |
getActiveCaptionColor()
The background color for captions in window borders. |
static TWGConsoleColor |
getActiveCaptionTextColor()
The text color for captions in window borders. |
static TWGConsoleColor |
getBlackColor()
The color Black. |
static TWGConsoleColor |
getBlueColor()
The color Blue. |
static TWGConsoleColor |
getButtonColor()
The background color for buttons. |
static TWGConsoleColor |
getComboBoxColor()
The background color for combo boxes. |
static TWGConsoleColor |
getControlColor()
The background color for control objects. |
static TWGConsoleColor |
getControlDkShadowColor()
The dark shadow color for control objects. |
static TWGConsoleColor |
getControlHighlightColor()
The regular highlight color for control objects. |
static TWGConsoleColor |
getControlLtHighlightColor()
The light highlight color for control objects. |
static TWGConsoleColor |
getControlShadowColor()
The regular shadow color for control objects. |
static TWGConsoleColor |
getControlTextColor()
The text color for control objects. |
static TWGConsoleColor |
getCyanColor()
The color Cyan. |
static TWGConsoleColor |
getDarkGrayColor()
The color Dark Gray. |
static TWGConsoleColor |
getDesktopColor()
The color of the desktop background. |
static TWGConsoleColor |
getGoldColor()
The color Gold. |
static TWGConsoleColor |
getGrayColor()
The color Gray. |
static TWGConsoleColor |
getGreenColor()
The color Green. |
static TWGConsoleColor |
getInactiveCaptionBorderColor()
The border color for inactive captios in window borders. |
static TWGConsoleColor |
getInactiveCaptionColor()
The background color for inactive captions in window borders. |
static TWGConsoleColor |
getInactiveCaptionTextColor()
The text color for inactive captions in window borders. |
static TWGConsoleColor |
getInfoColor()
The text color for info(help) text. |
static TWGConsoleColor |
getInfoTextColor()
The text color for info(help) text. |
static TWGConsoleColor |
getLightGrayColor()
The color Light Gray. |
static TWGConsoleColor |
getMagentaColor()
The color Magenta. |
static TWGConsoleColor |
getMenuColor()
The background color for menus. |
static TWGConsoleColor |
getMenuTextColor()
The text color for menus. |
static TWGConsoleColor |
getNavyBlueColor()
The color Navy Blue. |
static TWGConsoleColor |
getOrangeColor()
The color Orange. |
static TWGConsoleColor |
getPanelColor()
The background color for panels. |
static TWGConsoleColor |
getPanelTextColor()
The foreground color for panels. |
static TWGConsoleColor |
getPinkColor()
The color Pink. |
static TWGConsoleColor |
getRedColor()
The color Red. |
static TWGConsoleColor |
getScrollbarColor()
The background color for scrollbars. |
static TWGConsoleColor |
getTableAltColor()
The alternate background color for tables. |
static TWGConsoleColor |
getTableColor()
The background color for tables. |
static TWGConsoleColor |
getTableEditAltColor()
The editable alternate background color for tables. |
static TWGConsoleColor |
getTableEditColor()
The editable background color for tables. |
static TWGConsoleColor |
getTableTextColor()
The foreground color for tables. |
static TWGConsoleColor |
getTextColor()
The background color for text components. |
static TWGConsoleColor |
getTextHighlightColor()
The background color for highlighted text. |
static TWGConsoleColor |
getTextHighlightTextColor()
The text color for highlighted text. |
static TWGConsoleColor |
getTextInactiveTextColor()
The text color for inactive text. |
static TWGConsoleColor |
getTextTextColor()
The text color for text components. |
static TWGConsoleColor |
getToolbarButtonColor()
The background color for toolbar buttons. |
static TWGConsoleColor |
getToolbarColor()
The background color for toolbars. |
static TWGConsoleColor |
getUneditableColor()
The background color for uneditable fields. |
static TWGConsoleColor |
getWhiteColor()
The color White. |
static TWGConsoleColor |
getWindowBorderColor()
The border color for windows. |
static TWGConsoleColor |
getWindowColor()
The background color for windows. |
static TWGConsoleColor |
getWindowTextColor()
The text color for windows. |
static TWGConsoleColor |
getYellowColor()
The color Yellow. |
Methods inherited from class java.awt.Color |
---|
brighter, createContext, darker, decode, equals, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, hashCode, HSBtoRGB, RGBtoHSB, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TWGConsoleColor(java.awt.Color c)
c
- - Colorjavax.swing.ColorUIResource
public TWGConsoleColor(float r, float g, float b)
r
- the red componentg
- the green componentb
- the blue componentColor.getRed()
,
Color.getGreen()
,
Color.getBlue()
,
Color.getRGB()
,
Color
public TWGConsoleColor(int rgb)
rgb
- the combined RGB componentsColorModel.getRGBdefault()
,
Color.getRed()
,
Color.getGreen()
,
Color.getBlue()
,
Color.getRGB()
,
Color
public TWGConsoleColor(int r, int g, int b)
r
- the red componentg
- the green componentb
- the blue componentColor.getRed()
,
Color.getGreen()
,
Color.getBlue()
,
Color.getRGB()
,
Color
Method Detail |
public static TWGConsoleColor getActiveCaptionColor()
public static TWGConsoleColor getActiveCaptionTextColor()
public static TWGConsoleColor getActiveCaptionBorderColor()
public static TWGConsoleColor getButtonColor()
public static TWGConsoleColor getComboBoxColor()
public static TWGConsoleColor getControlColor()
public static TWGConsoleColor getControlTextColor()
public static TWGConsoleColor getControlHighlightColor()
public static TWGConsoleColor getControlLtHighlightColor()
public static TWGConsoleColor getControlShadowColor()
public static TWGConsoleColor getControlDkShadowColor()
public static TWGConsoleColor getDesktopColor()
public static TWGConsoleColor getInactiveCaptionColor()
public static TWGConsoleColor getInactiveCaptionTextColor()
public static TWGConsoleColor getInactiveCaptionBorderColor()
public static TWGConsoleColor getInfoColor()
public static TWGConsoleColor getInfoTextColor()
public static TWGConsoleColor getMenuColor()
public static TWGConsoleColor getPanelColor()
public static TWGConsoleColor getPanelTextColor()
public static TWGConsoleColor getMenuTextColor()
public static TWGConsoleColor getScrollbarColor()
public static TWGConsoleColor getTableColor()
public static TWGConsoleColor getTableAltColor()
public static TWGConsoleColor getTableEditColor()
public static TWGConsoleColor getTableEditAltColor()
public static TWGConsoleColor getTableTextColor()
public static TWGConsoleColor getTextColor()
public static TWGConsoleColor getTextTextColor()
public static TWGConsoleColor getTextHighlightColor()
public static TWGConsoleColor getTextHighlightTextColor()
public static TWGConsoleColor getTextInactiveTextColor()
public static TWGConsoleColor getToolbarColor()
public static TWGConsoleColor getToolbarButtonColor()
public static TWGConsoleColor getUneditableColor()
public static TWGConsoleColor getWindowColor()
public static TWGConsoleColor getWindowBorderColor()
public static TWGConsoleColor getWindowTextColor()
public static TWGConsoleColor getBlackColor()
public static TWGConsoleColor getBlueColor()
public static TWGConsoleColor getCyanColor()
public static TWGConsoleColor getDarkGrayColor()
public static TWGConsoleColor getGoldColor()
public static TWGConsoleColor getGrayColor()
public static TWGConsoleColor getGreenColor()
public static TWGConsoleColor getLightGrayColor()
public static TWGConsoleColor getMagentaColor()
public static TWGConsoleColor getNavyBlueColor()
public static TWGConsoleColor getOrangeColor()
public static TWGConsoleColor getPinkColor()
public static TWGConsoleColor getRedColor()
public static TWGConsoleColor getWhiteColor()
public static TWGConsoleColor getYellowColor()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |