public abstract class TitleFont extends AbstractDockFont
DockTitle
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_FLAP_BUTTON_FONT
this kind describes a font that is used on a button title of a
FlapDockStation |
static Path |
KIND_TAB_TITLE_FONT
this kind describes a font that is used for a title which then is used as tab
|
static Path |
KIND_TITLE_FONT
this kind describes a font that is used on a title
|
ID_BUTTON, ID_FLAP_BUTTON_ACTIVE, ID_FLAP_BUTTON_INACTIVE, ID_FLAP_BUTTON_SELECTED, ID_TAB_FOCUSED, ID_TAB_SELECTED, ID_TAB_UNSELECTED, ID_TITLE_ACTIVE, ID_TITLE_INACTIVE, KIND_DOCK_FONT
Constructor and Description |
---|
TitleFont(String id,
DockTitle title)
Creates a new title font.
|
TitleFont(String id,
DockTitle title,
FontModifier backup)
Creates a new title font.
|
TitleFont(String id,
DockTitle title,
Path kind)
Creates a new title font.
|
TitleFont(String id,
DockTitle title,
Path kind,
FontModifier backup)
Creates a new title font.
|
Modifier and Type | Method and Description |
---|---|
DockTitle |
getTitle()
Gets the title for which this font is used.
|
connect, font, font, me
changed, getBackup, getId, getKind, getValue, set, setBackup, setId, setKind, setManager, setValue, setValue, update, value
public static final Path KIND_TITLE_FONT
public static final Path KIND_FLAP_BUTTON_FONT
FlapDockStation
public static final Path KIND_TAB_TITLE_FONT
public TitleFont(String id, DockTitle title, FontModifier backup)
id
- the id of the font that is represented by this title fonttitle
- the title for which the font is usedbackup
- the backup value used when no other value is availablepublic TitleFont(String id, DockTitle title, Path kind, FontModifier backup)
id
- the id of the font that is represented by this title fonttitle
- the title for which the font is usedkind
- what kind of font this isbackup
- the backup value used when no other value is availablepublic TitleFont(String id, DockTitle title, Path kind)
id
- the id of the font that is represented by this title fonttitle
- the title for which the font is usedkind
- what kind of font this ispublic DockTitle getTitle()