org.apache.batik.css.value
Interface SystemColorResolver

All Known Implementing Classes:
DefaultSystemColorResolver

public interface SystemColorResolver

This interface represents an object which can query system colors.


Inner Class Summary
static interface SystemColorResolver.Color
          To Store a CSS RGB color.
 
Method Summary
 SystemColorResolver.Color activeBorder()
          Returns the active border color.
 SystemColorResolver.Color activeCaption()
          Returns the active caption color.
 SystemColorResolver.Color appWorkspace()
          Returns the application workspace color.
 SystemColorResolver.Color background()
          Returns the desktop color.
 SystemColorResolver.Color buttonFace()
          Returns the buttons color.
 SystemColorResolver.Color buttonHighlight()
          Returns the button highlight color.
 SystemColorResolver.Color buttonShadow()
          Returns the button shadow color.
 SystemColorResolver.Color buttonText()
          Returns the button text color.
 SystemColorResolver.Color captionText()
          Returns the caption text color.
 SystemColorResolver.Color grayText()
          Returns the gray text color.
 SystemColorResolver.Color highlight()
          Returns the highlight color.
 SystemColorResolver.Color highlightText()
          Returns the text color.
 SystemColorResolver.Color inactiveBorder()
          Returns the inactive border color.
 SystemColorResolver.Color inactiveCaption()
          Returns the inactive caption color.
 SystemColorResolver.Color inactiveCaptionText()
          Returns the inactive caption text color.
 SystemColorResolver.Color infoBackground()
          Returns the info background color.
 SystemColorResolver.Color infoText()
          Returns the info text color.
 SystemColorResolver.Color menu()
          Returns the menu background color.
 SystemColorResolver.Color menuText()
          Returns the menu text color.
 SystemColorResolver.Color scrollbar()
          Returns the scrollbar background color.
 SystemColorResolver.Color threeDDarkShadow()
          Returns the 3D dark shadow color.
 SystemColorResolver.Color threeDFace()
          Returns the 3D face color.
 SystemColorResolver.Color threeDHighlight()
          Returns the 3D highlight color.
 SystemColorResolver.Color threeDLightShadow()
          Returns the 3D light shadow color.
 SystemColorResolver.Color threeDShadow()
          Returns the 3D shadow color.
 SystemColorResolver.Color window()
          Returns window's color.
 SystemColorResolver.Color windowFrame()
          Returns window frame color.
 SystemColorResolver.Color windowText()
          Returns window text color.
 

Method Detail

activeBorder

public SystemColorResolver.Color activeBorder()
Returns the active border color.

activeCaption

public SystemColorResolver.Color activeCaption()
Returns the active caption color.

appWorkspace

public SystemColorResolver.Color appWorkspace()
Returns the application workspace color.

background

public SystemColorResolver.Color background()
Returns the desktop color.

buttonFace

public SystemColorResolver.Color buttonFace()
Returns the buttons color.

buttonHighlight

public SystemColorResolver.Color buttonHighlight()
Returns the button highlight color.

buttonShadow

public SystemColorResolver.Color buttonShadow()
Returns the button shadow color.

buttonText

public SystemColorResolver.Color buttonText()
Returns the button text color.

captionText

public SystemColorResolver.Color captionText()
Returns the caption text color.

grayText

public SystemColorResolver.Color grayText()
Returns the gray text color.

highlight

public SystemColorResolver.Color highlight()
Returns the highlight color.

highlightText

public SystemColorResolver.Color highlightText()
Returns the text color.

inactiveBorder

public SystemColorResolver.Color inactiveBorder()
Returns the inactive border color.

inactiveCaption

public SystemColorResolver.Color inactiveCaption()
Returns the inactive caption color.

inactiveCaptionText

public SystemColorResolver.Color inactiveCaptionText()
Returns the inactive caption text color.

infoBackground

public SystemColorResolver.Color infoBackground()
Returns the info background color.

infoText

public SystemColorResolver.Color infoText()
Returns the info text color.

menu

public SystemColorResolver.Color menu()
Returns the menu background color.

menuText

public SystemColorResolver.Color menuText()
Returns the menu text color.

scrollbar

public SystemColorResolver.Color scrollbar()
Returns the scrollbar background color.

threeDDarkShadow

public SystemColorResolver.Color threeDDarkShadow()
Returns the 3D dark shadow color.

threeDFace

public SystemColorResolver.Color threeDFace()
Returns the 3D face color.

threeDHighlight

public SystemColorResolver.Color threeDHighlight()
Returns the 3D highlight color.

threeDLightShadow

public SystemColorResolver.Color threeDLightShadow()
Returns the 3D light shadow color.

threeDShadow

public SystemColorResolver.Color threeDShadow()
Returns the 3D shadow color.

window

public SystemColorResolver.Color window()
Returns window's color.

windowFrame

public SystemColorResolver.Color windowFrame()
Returns window frame color.

windowText

public SystemColorResolver.Color windowText()
Returns window text color.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.