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
ColorBridge A ColorBridge 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, ColorBridges and DockColors.
MultiColorBridge A ColorBridge which uses other bridges to handle some colors.
 

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.