protected class DisplayerScreenDockWindow.Background extends BackgroundAlgorithm implements ScreenDockWindowBackgroundComponent
KIND
Constructor and Description |
---|
DisplayerScreenDockWindow.Background() |
Modifier and Type | Method and Description |
---|---|
Component |
getComponent()
Gets the
Component which is represented by this |
DockStation |
getStation()
Gets the
DockStation which is using this background. |
ScreenDockWindow |
getWindow()
Gets the window which is represented by this component.
|
void |
set(BackgroundPaint value)
Called when the underlying resource of this
UIValue changes. |
addListener, getPaint, getTransparency, paint, removeListener, repaint, setController, setTransparency
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTransparency, repaint, setTransparency
public DisplayerScreenDockWindow.Background()
public void set(BackgroundPaint value)
UIValue
UIValue
changes.set
in interface UIValue<BackgroundPaint>
set
in class BackgroundAlgorithm
value
- the new valuepublic ScreenDockWindow getWindow()
ScreenDockWindowBackgroundComponent
getWindow
in interface ScreenDockWindowBackgroundComponent
null
public DockStation getStation()
StationBackgroundComponent
DockStation
which is using this background.getStation
in interface StationBackgroundComponent
null
public Component getComponent()
BackgroundComponent
Component
which is represented by this
getComponent
in interface BackgroundComponent
null