bibliothek.gui.dock.title
Interface DockTitleBackgroundComponent

All Superinterfaces:
BackgroundComponent, UIValue<BackgroundPaint>

public interface DockTitleBackgroundComponent
extends BackgroundComponent

Represents the background of a DockTitle.

Author:
Benjamin Sigg

Nested Class Summary
 
Nested classes/interfaces inherited from interface bibliothek.gui.dock.util.BackgroundComponent
BackgroundComponent.Transparency
 
Field Summary
static Path KIND
          the kind of value this UIValue is
 
Method Summary
 DockTitle getTitle()
          Gets the title which is represented by this UIValue.
 
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 value this UIValue is

Method Detail

getTitle

DockTitle getTitle()
Gets the title which is represented by this UIValue.

Returns:
the title, not null