Package bibliothek.gui.dock.util.font

The font-subsystem is used to define the fonts that are used to paint text.

See:
          Description

Interface Summary
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 transfered from manager to DockFont.
FontModifier A font modifier changes a font, i.e.
 

Class Summary
AbstractDockFont An abstract implementation of DockFont that can connect itself to a DockController.
ConstantFontModifier This FontModifier always returns the same Font
FontManager A FontManager contains FontModifiers, DockFonts and FontBridges.
GenericFontModifier A FontModifier that can change a font in more than just one way.
MultiFontBridge A collection of multiple UIBridges.
 

Enum Summary
GenericFontModifier.Modify Tells how to transform some aspect of a font.
 

Package bibliothek.gui.dock.util.font Description

The font-subsystem is used to define the fonts that are used to paint text. Most components of the framework make use of this system.