bibliothek.gui.dock.station.screen.window
Interface ScreenDockWindowColor

All Superinterfaces:
DockColor, UIValue<Color>
All Known Implementing Classes:
DefaultScreenDockWindowBorder.BorderColor

public interface ScreenDockWindowColor
extends DockColor

Represents a color that is used to paint something of a ScreenDockWindow.

Author:
Benjamin Sigg

Field Summary
static Path KIND_SCREEN_WINDOW_COLOR
          the type of this UIValue
 
Fields inherited from interface bibliothek.gui.dock.util.color.DockColor
KIND_DOCK_COLOR
 
Method Summary
 ScreenDockWindow getWindow()
          Gets the window for which this color is used.
 
Methods inherited from interface bibliothek.gui.dock.util.UIValue
set
 

Field Detail

KIND_SCREEN_WINDOW_COLOR

static final Path KIND_SCREEN_WINDOW_COLOR
the type of this UIValue

Method Detail

getWindow

ScreenDockWindow getWindow()
Gets the window for which this color is used.

Returns:
the window, not null