bibliothek.gui.dock.themes.color
Class TitleColor
java.lang.Object
bibliothek.gui.dock.util.AbstractUIValue<Color,DockColor>
bibliothek.gui.dock.util.color.AbstractDockColor
bibliothek.gui.dock.themes.color.TitleColor
- All Implemented Interfaces:
- DockColor, UIValue<Color>
public abstract class TitleColor
- extends AbstractDockColor
A color used by a DockTitle.
- Author:
- Benjamin Sigg
| Methods inherited from class bibliothek.gui.dock.util.AbstractUIValue |
changed, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, value |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface bibliothek.gui.dock.util.UIValue |
set |
KIND_TITLE_COLOR
public static final Path KIND_TITLE_COLOR
- the kind of color
TitleColor is
KIND_FLAP_BUTTON_COLOR
public static final Path KIND_FLAP_BUTTON_COLOR
- special kind of color for buttons on the
FlapDockStation
TitleColor
public TitleColor(String id,
Path kind,
DockTitle title,
Color backup)
- Creates a new
TitleColor.
- Parameters:
id - the id of the colorkind - the kind of the color, can be nulltitle - the title which uses this colorbackup - a backup, can be null
TitleColor
public TitleColor(String id,
DockTitle title,
Color backup)
- Creates a new
TitleColor.
- Parameters:
id - the id of the colortitle - the title which uses this colorbackup - a backup, can be null
getTitle
public DockTitle getTitle()
- Gets the title which uses this color.
- Returns:
- the title