bibliothek.gui.dock.station
Interface StationBackgroundComponent

All Superinterfaces:
BackgroundComponent, UIValue<BackgroundPaint>
All Known Subinterfaces:
FlapWindowBackgroundComponent, ScreenDockWindowBackgroundComponent
All Known Implementing Classes:
DisplayerScreenDockWindow.Background

public interface StationBackgroundComponent
extends BackgroundComponent

A BackgroundComponent representing a DockStation.

Author:
Benjamin Sigg

Field Summary
static Path KIND
          The kind of UIValue this is
 
Method Summary
 DockStation getStation()
          Gets the DockStation which is using this background.
 
Methods inherited from interface bibliothek.gui.dock.util.BackgroundComponent
getComponent, getTransparency, repaint, setTransparency
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND

static final Path KIND
The kind of UIValue this is

Method Detail

getStation

DockStation getStation()
Gets the DockStation which is using this background.

Returns:
the station, not null