Package | Description |
---|---|
bibliothek.gui |
The high level interfaces of the framework and the most often used classes.
|
bibliothek.gui.dock.common.intern.font |
Various implementations of
FontBridge to transfer
fonts stored in a FontMap . |
bibliothek.gui.dock.util.font |
The font-subsystem is used to define the fonts that are used to paint
text.
|
Modifier and Type | Method and Description |
---|---|
FontManager |
DockController.getFonts()
Gets the map of fonts which are used by this controller.
|
Modifier and Type | Method and Description |
---|---|
FontBridge |
FontBridgeFactory.create(FontManager manager)
Creates a new bridge
|
Constructor and Description |
---|
ButtonFontTransmitter(FontManager manager)
Creates a new transmitter
|
FontTransmitter(FontManager manager,
String... keys)
Creates a new
FontTransmitter . |
ListFontTransmitter(FontManager manager,
String[] sourceKeys,
String[] destinationKeys)
Creates a new transmitter.
|
TabFontTransmitter(FontManager manager)
Creates a new transmitter
|
TabTitleFontTransmitter(FontManager manager)
Creates a new transmitter
|
TitleFontTransmitter(FontManager manager)
Creates a new transmitter
|
Constructor and Description |
---|
MultiFontBridge(FontManager manager)
Creates a new
MultiFontBridge . |