Package | Description |
---|---|
bibliothek.gui.dock.util |
Distribution of information in a global scale and methods available from
everywhere.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Constructor and Description |
---|
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.
|