Package bibliothek.gui.dock.util.color

Interface Summary
ColorProvider<D extends DockColor> A ColorProvider is a layer between a ColorManager and a DockColor.
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> A ColorProvider which uses other providers to handle some colors.
 

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