See: Description
Interface | Description |
---|---|
DockFont |
A wrapper around a
FontModifier object. |
FontBridge |
A font bridge is a layer between a
DockFont and the FontManager ,
it can modify the FontModifier that is transferred from manager
to DockFont . |
FontModifier |
A font modifier changes a font, i.e.
|
Class | Description |
---|---|
AbstractDockFont |
An abstract implementation of
DockFont that can connect itself to
a DockController . |
ConstantFontModifier |
This
FontModifier always returns the same Font |
FontManager | |
GenericFontModifier |
A
FontModifier that can change a font in more than just one way. |
MultiFontBridge |
A collection of multiple
UIBridge s. |
Enum | Description |
---|---|
GenericFontModifier.Modify |
Tells how to transform some aspect of a font.
|