Uses of Class
net.infonode.gui.colorprovider.AbstractColorProvider

Packages that use AbstractColorProvider
net.infonode.gui.colorprovider Package for color providers. 
 

Uses of AbstractColorProvider in net.infonode.gui.colorprovider
 

Subclasses of AbstractColorProvider in net.infonode.gui.colorprovider
 class BackgroundColorProvider
          Returns the background color of a component.
 class BackgroundPainterColorProvider
          Finds the most suitable background color of a component.
 class ColorBlender
          Blends two colors according to the given blend amount.
 class ColorMultiplier
          Multiplies the RGB components of a color with the given factor.
 class ColorProviderList
           
 class FixedColorProvider
          A ColorProvider which always returns the same color.
 class UIManagerColorProvider
          A ColorProvider which returns a property color from the UIManager.