Package bibliothek.gui.dock.util.color

The color subsystem, used by most of the components to search for the colors they need to paint.

See:
          Description

Interface Summary
ColorProvider<D extends DockColor> Deprecated. please use UIBridge instead.
DockColor A wrapper around a Color object.
 

Class Summary
AbstractDockColor A DockColor that contains more than one Color: override: is a value that can be set from outside and overrides all other values value: is the value obtained through the ColorManager backup: is a color used when all other colors are unavailable
This class also has methods to add or remove itself from a ColorManager.
ColorManager A ColorManager contains Colors, ColorProviders and DockColors.
MultiColorProvider<D extends DockColor> Deprecated. this class was replaced by MultiUIBridge
 

Annotation Types Summary
ColorCodes Used to mark all classes which use some DockColor.
 

Package bibliothek.gui.dock.util.color Description

The color subsystem, used by most of the components to search for the colors they need to paint.