Class ExtendedColorBridge
java.lang.Object
bibliothek.gui.dock.common.theme.color.ExtendedColorBridge
- All Implemented Interfaces:
ColorBridge,UIBridge<Color,DockColor>
This
ColorBridge uses a delegate and applies a set of CColorBridges.- Author:
- Benjamin Sigg
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedColorBridge(ColorBridge bridge, CColorBridge[] extensions) Creates a new bridge. -
Method Summary
-
Constructor Details
-
ExtendedColorBridge
Creates a new bridge.- Parameters:
bridge- the delegateextensions- the extensions that are asked first
-
-
Method Details