bibliothek.gui.dock.themes
Interface ColorBridgeFactory

All Known Implementing Classes:
MultiColorBridgeFactory, SingleColorBridgeFactory

public interface ColorBridgeFactory

A factory that creates new ColorBridges.

Author:
Benjamin Sigg

Method Summary
 ColorBridge create(ColorManager manager)
          Creates a new bridge for manager.
 

Method Detail

create

ColorBridge create(ColorManager manager)
Creates a new bridge for manager.

Parameters:
manager - the manager which will use the bridge
Returns:
the new bridge