Liking cljdoc? Tell your friends :D

jdk.awt.SystemColor

A class to encapsulate symbolic colors representing the color of native GUI objects on a system. For systems which support the dynamic update of the system colors (when the user changes the colors) the actual RGB values of these symbolic colors will also change dynamically. In order to compare the "current" RGB value of a SystemColor object with a non-symbolic Color object, getRGB should be used rather than equals.

Note that the way in which these system colors are applied to GUI objects may vary slightly from platform to platform since GUI objects may be rendered differently on each platform.

System color values may also be available through the getDesktopProperty method on java.awt.Toolkit.

A class to encapsulate symbolic colors representing the color of
native GUI objects on a system.  For systems which support the dynamic
update of the system colors (when the user changes the colors)
the actual RGB values of these symbolic colors will also change
dynamically.  In order to compare the "current" RGB value of a
SystemColor object with a non-symbolic Color object,
getRGB should be used rather than equals.

Note that the way in which these system colors are applied to GUI objects
may vary slightly from platform to platform since GUI objects may be
rendered differently on each platform.

System color values may also be available through the getDesktopProperty
method on java.awt.Toolkit.
raw docstring

*-active-captionclj

Static Constant.

The color rendered for the window-title background of the currently active window.

type: java.awt.SystemColor

Static Constant.

The color rendered for the window-title background of the currently active window.

type: java.awt.SystemColor
raw docstring

*-active-caption-borderclj

Static Constant.

The color rendered for the border around the currently active window.

type: java.awt.SystemColor

Static Constant.

The color rendered for the border around the currently active window.

type: java.awt.SystemColor
raw docstring

*-active-caption-textclj

Static Constant.

The color rendered for the window-title text of the currently active window.

type: java.awt.SystemColor

Static Constant.

The color rendered for the window-title text of the currently active window.

type: java.awt.SystemColor
raw docstring

*-controlclj

Static Constant.

The color rendered for the background of control panels and control objects, such as pushbuttons.

type: java.awt.SystemColor

Static Constant.

The color rendered for the background of control panels and control objects,
 such as pushbuttons.

type: java.awt.SystemColor
raw docstring

*-control-dk-shadowclj

Static Constant.

The color rendered for dark shadow areas on 3D control objects, such as pushbuttons. This color is typically derived from the control background color to provide a 3D effect.

type: java.awt.SystemColor

Static Constant.

The color rendered for dark shadow areas on 3D control objects, such as pushbuttons.
 This color is typically derived from the control background color
 to provide a 3D effect.

type: java.awt.SystemColor
raw docstring

*-control-highlightclj

Static Constant.

The color rendered for light areas of 3D control objects, such as pushbuttons. This color is typically derived from the control background color to provide a 3D effect.

type: java.awt.SystemColor

Static Constant.

The color rendered for light areas of 3D control objects, such as pushbuttons.
 This color is typically derived from the control background color
 to provide a 3D effect.

type: java.awt.SystemColor
raw docstring

*-control-lt-highlightclj

Static Constant.

The color rendered for highlight areas of 3D control objects, such as pushbuttons. This color is typically derived from the control background color to provide a 3D effect.

type: java.awt.SystemColor

Static Constant.

The color rendered for highlight areas of 3D control objects, such as pushbuttons.
 This color is typically derived from the control background color
 to provide a 3D effect.

type: java.awt.SystemColor
raw docstring

*-control-shadowclj

Static Constant.

The color rendered for shadow areas of 3D control objects, such as pushbuttons. This color is typically derived from the control background color to provide a 3D effect.

type: java.awt.SystemColor

Static Constant.

The color rendered for shadow areas of 3D control objects, such as pushbuttons.
 This color is typically derived from the control background color
 to provide a 3D effect.

type: java.awt.SystemColor
raw docstring

*-control-textclj

Static Constant.

The color rendered for the text of control panels and control objects, such as pushbuttons.

type: java.awt.SystemColor

Static Constant.

The color rendered for the text of control panels and control objects,
 such as pushbuttons.

type: java.awt.SystemColor
raw docstring

*-desktopclj

Static Constant.

The color rendered for the background of the desktop.

type: java.awt.SystemColor

Static Constant.

The color rendered for the background of the desktop.

type: java.awt.SystemColor
raw docstring

*-inactive-captionclj

Static Constant.

The color rendered for the window-title background of inactive windows.

type: java.awt.SystemColor

Static Constant.

The color rendered for the window-title background of inactive windows.

type: java.awt.SystemColor
raw docstring

*-inactive-caption-borderclj

Static Constant.

The color rendered for the border around inactive windows.

type: java.awt.SystemColor

Static Constant.

The color rendered for the border around inactive windows.

type: java.awt.SystemColor
raw docstring

*-inactive-caption-textclj

Static Constant.

The color rendered for the window-title text of inactive windows.

type: java.awt.SystemColor

Static Constant.

The color rendered for the window-title text of inactive windows.

type: java.awt.SystemColor
raw docstring

*-infoclj

Static Constant.

The color rendered for the background of tooltips or spot help.

type: java.awt.SystemColor

Static Constant.

The color rendered for the background of tooltips or spot help.

type: java.awt.SystemColor
raw docstring

*-info-textclj

Static Constant.

The color rendered for the text of tooltips or spot help.

type: java.awt.SystemColor

Static Constant.

The color rendered for the text of tooltips or spot help.

type: java.awt.SystemColor
raw docstring

*-menuclj

Static Constant.

The color rendered for the background of menus.

type: java.awt.SystemColor

Static Constant.

The color rendered for the background of menus.

type: java.awt.SystemColor
raw docstring

*-menu-textclj

Static Constant.

The color rendered for the text of menus.

type: java.awt.SystemColor

Static Constant.

The color rendered for the text of menus.

type: java.awt.SystemColor
raw docstring

*-num-colorsclj

Static Constant.

The number of system colors in the array.

type: int

Static Constant.

The number of system colors in the array.

type: int
raw docstring

*-scrollbarclj

Static Constant.

The color rendered for the background of scrollbars.

type: java.awt.SystemColor

Static Constant.

The color rendered for the background of scrollbars.

type: java.awt.SystemColor
raw docstring

*-textclj

Static Constant.

The color rendered for the background of text control objects, such as textfields and comboboxes.

type: java.awt.SystemColor

Static Constant.

The color rendered for the background of text control objects, such as
 textfields and comboboxes.

type: java.awt.SystemColor
raw docstring

*-text-highlightclj

Static Constant.

The color rendered for the background of selected items, such as in menus, comboboxes, and text.

type: java.awt.SystemColor

Static Constant.

The color rendered for the background of selected items, such as in menus,
 comboboxes, and text.

type: java.awt.SystemColor
raw docstring

*-text-highlight-textclj

Static Constant.

The color rendered for the text of selected items, such as in menus, comboboxes, and text.

type: java.awt.SystemColor

Static Constant.

The color rendered for the text of selected items, such as in menus, comboboxes,
 and text.

type: java.awt.SystemColor
raw docstring

*-text-inactive-textclj

Static Constant.

The color rendered for the text of inactive items, such as in menus.

type: java.awt.SystemColor

Static Constant.

The color rendered for the text of inactive items, such as in menus.

type: java.awt.SystemColor
raw docstring

*-text-textclj

Static Constant.

The color rendered for the text of text control objects, such as textfields and comboboxes.

type: java.awt.SystemColor

Static Constant.

The color rendered for the text of text control objects, such as textfields
 and comboboxes.

type: java.awt.SystemColor
raw docstring

*-windowclj

Static Constant.

The color rendered for the background of interior regions inside windows.

type: java.awt.SystemColor

Static Constant.

The color rendered for the background of interior regions inside windows.

type: java.awt.SystemColor
raw docstring

*-window-borderclj

Static Constant.

The color rendered for the border around interior regions inside windows.

type: java.awt.SystemColor

Static Constant.

The color rendered for the border around interior regions inside windows.

type: java.awt.SystemColor
raw docstring

*-window-textclj

Static Constant.

The color rendered for text of interior regions inside windows.

type: java.awt.SystemColor

Static Constant.

The color rendered for text of interior regions inside windows.

type: java.awt.SystemColor
raw docstring

to-stringclj

(to-string this)

Returns a string representation of this Color's values. This method is intended to be used only for debugging purposes, and the content and format of the returned string may vary between implementations. The returned string may be empty but may not be null.

returns: a string representation of this Color - java.lang.String

Returns a string representation of this Color's values.
 This method is intended to be used only for debugging purposes,
 and the content and format of the returned string may vary between
 implementations.
 The returned string may be empty but may not be null.

returns: a string representation of this Color - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close