net.infonode.gui.colorprovider
Class AbstractColorProvider
java.lang.Object
net.infonode.gui.colorprovider.AbstractColorProvider
- All Implemented Interfaces:
- ColorProvider, Serializable
- Direct Known Subclasses:
- BackgroundColorProvider, BackgroundPainterColorProvider, ColorBlender, ColorMultiplier, ColorProviderList, FixedColorProvider, UIManagerColorProvider
- public abstract class AbstractColorProvider
- extends Object
- implements ColorProvider
Base class for color providers. It returns the color black.
- Version:
- $Revision: 1.6 $
- See Also:
- Serialized Form
Method Summary |
Color |
getColor()
Returns the default color when no component is available. |
Color |
getColor(Component component)
Returns the color obtained from the given component. |
AbstractColorProvider
public AbstractColorProvider()
getColor
public Color getColor()
- Description copied from interface:
ColorProvider
- Returns the default color when no component is available.
- Specified by:
getColor
in interface ColorProvider
- Returns:
- the default color when no component is available
getColor
public Color getColor(Component component)
- Description copied from interface:
ColorProvider
- Returns the color obtained from the given component.
- Specified by:
getColor
in interface ColorProvider
- Parameters:
component
- the component
- Returns:
- the color obtained from the given component
Copyright © 2007 NNL Technology AB. All Rights Reserved.