Uses of Class
bibliothek.gui.dock.util.Transparency

Packages that use Transparency
bibliothek.gui.dock.util Distribution of information in a global scale and methods available from everywhere. 
 

Uses of Transparency in bibliothek.gui.dock.util
 

Methods in bibliothek.gui.dock.util that return Transparency
 Transparency BackgroundAlgorithm.getTransparency()
           
 Transparency BackgroundComponent.getTransparency()
          Tells whether this component is transparent or not.
 Transparency BackgroundPanel.getTransparency()
           
 Transparency PaintableComponent.getTransparency()
          Tells how much of this component is actually painted.
static Transparency Transparency.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Transparency[] Transparency.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in bibliothek.gui.dock.util with parameters of type Transparency
protected abstract  void BackgroundPanel.configure(Transparency transparency)
          Called if the Transparency of the BackgroundAlgorithm changed, this panel should configure itself to met the requested transparency settings.
protected  void ConfiguredBackgroundPanel.configure(Transparency transparency)
           
 void BackgroundAlgorithm.setTransparency(Transparency transparency)
           
 void BackgroundComponent.setTransparency(Transparency transparency)
          Informs this component whether it should be transparent or not.
 void BackgroundPanel.setTransparency(Transparency transparency)
           
 void BackgroundAlgorithmListener.transparencyChanged(BackgroundAlgorithm algorithm, Transparency transparency)
          Called when the transparency of algorithm changed to transparency.
 

Constructors in bibliothek.gui.dock.util with parameters of type Transparency
BackgroundPanel(LayoutManager layout, Transparency transparency)
          Creates a new panel setting a default LayoutManager.
BackgroundPanel(Transparency transparency)
          Creates a new panel.
ConfiguredBackgroundPanel(LayoutManager layout, Transparency transparency)
          Creates a new panel.
ConfiguredBackgroundPanel(Transparency transparency)
          Creates a new panel.