Package net.infonode.gui.colorprovider

Package for color providers.

See:
          Description

Interface Summary
ColorProvider An object that provides colors.
 

Class Summary
AbstractColorProvider Base class for color providers.
BackgroundColorProvider Returns the background color of a component.
BackgroundPainterColorProvider Finds the most suitable background color of a component.
ColorBlender Blends two colors according to the given blend amount.
ColorMultiplier Multiplies the RGB components of a color with the given factor.
ColorProviderList  
ColorProviderUtil Utility methods for ColorProvider's.
FixedColorProvider A ColorProvider which always returns the same color.
UIManagerColorProvider A ColorProvider which returns a property color from the UIManager.
 

Package net.infonode.gui.colorprovider Description

Package for color providers. A color provider is an object that provides a color given a component.