Class BackgroundPainterColorProvider

java.lang.Object
net.infonode.gui.colorprovider.AbstractColorProvider
net.infonode.gui.colorprovider.BackgroundPainterColorProvider
All Implemented Interfaces:
Serializable, ColorProvider

public class BackgroundPainterColorProvider extends AbstractColorProvider
Finds the most suitable background color of a component. If the component has a ComponentPainter that paint its background, like for example a shaped panel, the color is taken from this painter, otherwise the component background color is used.
See Also: