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.
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.