org.apache.batik.css.value
Class DefaultSystemColorResolver

java.lang.Object
  |
  +--org.apache.batik.css.value.DefaultSystemColorResolver
All Implemented Interfaces:
SystemColorResolver

public class DefaultSystemColorResolver
extends java.lang.Object
implements SystemColorResolver

This class provides a default implementation of a SystemColorResolver.


Inner Class Summary
protected static class DefaultSystemColorResolver.SystemColorWrapper
          To encapsulate a SystemColor.
 
Inner classes inherited from class org.apache.batik.css.value.SystemColorResolver
SystemColorResolver.Color
 
Constructor Summary
DefaultSystemColorResolver()
           
 
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 highlight 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 the window's color.
 SystemColorResolver.Color windowFrame()
          Returns the window frame color.
 SystemColorResolver.Color windowText()
          Returns the window text color.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSystemColorResolver

public DefaultSystemColorResolver()
Method Detail

activeBorder

public SystemColorResolver.Color activeBorder()
Returns the active border color.
Specified by:
activeBorder in interface SystemColorResolver

activeCaption

public SystemColorResolver.Color activeCaption()
Returns the active caption color.
Specified by:
activeCaption in interface SystemColorResolver

appWorkspace

public SystemColorResolver.Color appWorkspace()
Returns the application workspace color.
Specified by:
appWorkspace in interface SystemColorResolver

background

public SystemColorResolver.Color background()
Returns the desktop color.
Specified by:
background in interface SystemColorResolver

buttonFace

public SystemColorResolver.Color buttonFace()
Returns the buttons color.
Specified by:
buttonFace in interface SystemColorResolver

buttonHighlight

public SystemColorResolver.Color buttonHighlight()
Returns the button highlight color.
Specified by:
buttonHighlight in interface SystemColorResolver

buttonShadow

public SystemColorResolver.Color buttonShadow()
Returns the button shadow color.
Specified by:
buttonShadow in interface SystemColorResolver

buttonText

public SystemColorResolver.Color buttonText()
Returns the button text color.
Specified by:
buttonText in interface SystemColorResolver

captionText

public SystemColorResolver.Color captionText()
Returns the caption text color.
Specified by:
captionText in interface SystemColorResolver

grayText

public SystemColorResolver.Color grayText()
Returns the gray text color.
Specified by:
grayText in interface SystemColorResolver

highlight

public SystemColorResolver.Color highlight()
Returns the highlight color.
Specified by:
highlight in interface SystemColorResolver

highlightText

public SystemColorResolver.Color highlightText()
Returns the highlight text color.
Specified by:
highlightText in interface SystemColorResolver

inactiveBorder

public SystemColorResolver.Color inactiveBorder()
Returns the inactive border color.
Specified by:
inactiveBorder in interface SystemColorResolver

inactiveCaption

public SystemColorResolver.Color inactiveCaption()
Returns the inactive caption color.
Specified by:
inactiveCaption in interface SystemColorResolver

inactiveCaptionText

public SystemColorResolver.Color inactiveCaptionText()
Returns the inactive caption text color.
Specified by:
inactiveCaptionText in interface SystemColorResolver

infoBackground

public SystemColorResolver.Color infoBackground()
Returns the info background color.
Specified by:
infoBackground in interface SystemColorResolver

infoText

public SystemColorResolver.Color infoText()
Returns the info text color.
Specified by:
infoText in interface SystemColorResolver

menu

public SystemColorResolver.Color menu()
Returns the menu background color.
Specified by:
menu in interface SystemColorResolver

menuText

public SystemColorResolver.Color menuText()
Returns the menu text color.
Specified by:
menuText in interface SystemColorResolver

scrollbar

public SystemColorResolver.Color scrollbar()
Returns the scrollbar background color.
Specified by:
scrollbar in interface SystemColorResolver

threeDDarkShadow

public SystemColorResolver.Color threeDDarkShadow()
Returns the 3D dark shadow color.
Specified by:
threeDDarkShadow in interface SystemColorResolver

threeDFace

public SystemColorResolver.Color threeDFace()
Returns the 3D face color.
Specified by:
threeDFace in interface SystemColorResolver

threeDHighlight

public SystemColorResolver.Color threeDHighlight()
Returns the 3D highlight color.
Specified by:
threeDHighlight in interface SystemColorResolver

threeDLightShadow

public SystemColorResolver.Color threeDLightShadow()
Returns the 3D light shadow color.
Specified by:
threeDLightShadow in interface SystemColorResolver

threeDShadow

public SystemColorResolver.Color threeDShadow()
Returns the 3D shadow color.
Specified by:
threeDShadow in interface SystemColorResolver

window

public SystemColorResolver.Color window()
Returns the window's color.
Specified by:
window in interface SystemColorResolver

windowFrame

public SystemColorResolver.Color windowFrame()
Returns the window frame color.
Specified by:
windowFrame in interface SystemColorResolver

windowText

public SystemColorResolver.Color windowText()
Returns the window text color.
Specified by:
windowText in interface SystemColorResolver


Copyright © 2001 Apache Software Foundation. All Rights Reserved.