public abstract class TitleColor extends AbstractDockColor
DockTitle
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_FLAP_BUTTON_COLOR
special kind of color for buttons on the
FlapDockStation |
static Path |
KIND_TITLE_COLOR
the kind of color
TitleColor is |
KIND_DOCK_COLOR
Constructor and Description |
---|
TitleColor(String id,
DockTitle title,
Color backup)
Creates a new
TitleColor . |
TitleColor(String id,
Path kind,
DockTitle title,
Color backup)
Creates a new
TitleColor . |
Modifier and Type | Method and Description |
---|---|
DockTitle |
getTitle()
Gets the title which uses this color.
|
color, connect, me
changed, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, value
public static final Path KIND_TITLE_COLOR
TitleColor
ispublic static final Path KIND_FLAP_BUTTON_COLOR
FlapDockStation
public TitleColor(String id, Path kind, DockTitle title, Color backup)
TitleColor
.id
- the id of the colorkind
- the kind of the color, can be null
title
- the title which uses this colorbackup
- a backup, can be null
public TitleColor(String id, DockTitle title, Color backup)
TitleColor
.id
- the id of the colortitle
- the title which uses this colorbackup
- a backup, can be null
public DockTitle getTitle()