Uses of Interface
org.apache.batik.css.value.SystemColorResolver.Color

Packages that use SystemColorResolver.Color
org.apache.batik.css.value Provides the classes to represent CSS values and the factories for the values common to CSS2 and SVG. 
 

Uses of SystemColorResolver.Color in org.apache.batik.css.value
 

Classes in org.apache.batik.css.value that implement SystemColorResolver.Color
protected static class DefaultSystemColorResolver.SystemColorWrapper
          To encapsulate a SystemColor.
 

Fields in org.apache.batik.css.value declared as SystemColorResolver.Color
protected  SystemColorResolver.Color ColorFactory.SystemRGBColorFactory.color
          The system color.
 

Methods in org.apache.batik.css.value that return SystemColorResolver.Color
 SystemColorResolver.Color SystemColorResolver.activeBorder()
          Returns the active border color.
 SystemColorResolver.Color SystemColorResolver.activeCaption()
          Returns the active caption color.
 SystemColorResolver.Color SystemColorResolver.appWorkspace()
          Returns the application workspace color.
 SystemColorResolver.Color SystemColorResolver.background()
          Returns the desktop color.
 SystemColorResolver.Color SystemColorResolver.buttonFace()
          Returns the buttons color.
 SystemColorResolver.Color SystemColorResolver.buttonHighlight()
          Returns the button highlight color.
 SystemColorResolver.Color SystemColorResolver.buttonShadow()
          Returns the button shadow color.
 SystemColorResolver.Color SystemColorResolver.buttonText()
          Returns the button text color.
 SystemColorResolver.Color SystemColorResolver.captionText()
          Returns the caption text color.
 SystemColorResolver.Color SystemColorResolver.grayText()
          Returns the gray text color.
 SystemColorResolver.Color SystemColorResolver.highlight()
          Returns the highlight color.
 SystemColorResolver.Color SystemColorResolver.highlightText()
          Returns the text color.
 SystemColorResolver.Color SystemColorResolver.inactiveBorder()
          Returns the inactive border color.
 SystemColorResolver.Color SystemColorResolver.inactiveCaption()
          Returns the inactive caption color.
 SystemColorResolver.Color SystemColorResolver.inactiveCaptionText()
          Returns the inactive caption text color.
 SystemColorResolver.Color SystemColorResolver.infoBackground()
          Returns the info background color.
 SystemColorResolver.Color SystemColorResolver.infoText()
          Returns the info text color.
 SystemColorResolver.Color SystemColorResolver.menu()
          Returns the menu background color.
 SystemColorResolver.Color SystemColorResolver.menuText()
          Returns the menu text color.
 SystemColorResolver.Color SystemColorResolver.scrollbar()
          Returns the scrollbar background color.
 SystemColorResolver.Color SystemColorResolver.threeDDarkShadow()
          Returns the 3D dark shadow color.
 SystemColorResolver.Color SystemColorResolver.threeDFace()
          Returns the 3D face color.
 SystemColorResolver.Color SystemColorResolver.threeDHighlight()
          Returns the 3D highlight color.
 SystemColorResolver.Color SystemColorResolver.threeDLightShadow()
          Returns the 3D light shadow color.
 SystemColorResolver.Color SystemColorResolver.threeDShadow()
          Returns the 3D shadow color.
 SystemColorResolver.Color SystemColorResolver.window()
          Returns window's color.
 SystemColorResolver.Color SystemColorResolver.windowFrame()
          Returns window frame color.
 SystemColorResolver.Color SystemColorResolver.windowText()
          Returns window text color.
 SystemColorResolver.Color DefaultSystemColorResolver.activeBorder()
          Returns the active border color.
 SystemColorResolver.Color DefaultSystemColorResolver.activeCaption()
          Returns the active caption color.
 SystemColorResolver.Color DefaultSystemColorResolver.appWorkspace()
          Returns the application workspace color.
 SystemColorResolver.Color DefaultSystemColorResolver.background()
          Returns the desktop color.
 SystemColorResolver.Color DefaultSystemColorResolver.buttonFace()
          Returns the buttons color.
 SystemColorResolver.Color DefaultSystemColorResolver.buttonHighlight()
          Returns the button highlight color.
 SystemColorResolver.Color DefaultSystemColorResolver.buttonShadow()
          Returns the button shadow color.
 SystemColorResolver.Color DefaultSystemColorResolver.buttonText()
          Returns the button text color.
 SystemColorResolver.Color DefaultSystemColorResolver.captionText()
          Returns the caption text color.
 SystemColorResolver.Color DefaultSystemColorResolver.grayText()
          Returns the gray text color.
 SystemColorResolver.Color DefaultSystemColorResolver.highlight()
          Returns the highlight color.
 SystemColorResolver.Color DefaultSystemColorResolver.highlightText()
          Returns the highlight text color.
 SystemColorResolver.Color DefaultSystemColorResolver.inactiveBorder()
          Returns the inactive border color.
 SystemColorResolver.Color DefaultSystemColorResolver.inactiveCaption()
          Returns the inactive caption color.
 SystemColorResolver.Color DefaultSystemColorResolver.inactiveCaptionText()
          Returns the inactive caption text color.
 SystemColorResolver.Color DefaultSystemColorResolver.infoBackground()
          Returns the info background color.
 SystemColorResolver.Color DefaultSystemColorResolver.infoText()
          Returns the info text color.
 SystemColorResolver.Color DefaultSystemColorResolver.menu()
          Returns the menu background color.
 SystemColorResolver.Color DefaultSystemColorResolver.menuText()
          Returns the menu text color.
 SystemColorResolver.Color DefaultSystemColorResolver.scrollbar()
          Returns the scrollbar background color.
 SystemColorResolver.Color DefaultSystemColorResolver.threeDDarkShadow()
          Returns the 3D dark shadow color.
 SystemColorResolver.Color DefaultSystemColorResolver.threeDFace()
          Returns the 3D face color.
 SystemColorResolver.Color DefaultSystemColorResolver.threeDHighlight()
          Returns the 3D highlight color.
 SystemColorResolver.Color DefaultSystemColorResolver.threeDLightShadow()
          Returns the 3D light shadow color.
 SystemColorResolver.Color DefaultSystemColorResolver.threeDShadow()
          Returns the 3D shadow color.
 SystemColorResolver.Color DefaultSystemColorResolver.window()
          Returns the window's color.
 SystemColorResolver.Color DefaultSystemColorResolver.windowFrame()
          Returns the window frame color.
 SystemColorResolver.Color DefaultSystemColorResolver.windowText()
          Returns the window text color.
 

Constructors in org.apache.batik.css.value with parameters of type SystemColorResolver.Color
ColorFactory.SystemRGBColorFactory(SystemColorResolver.Color c)
          Creates a new factory.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.