Uses of Class
bibliothek.gui.dock.util.font.AbstractDockFont

Packages that use AbstractDockFont
bibliothek.gui.dock.themes.font   
bibliothek.gui.dock.title Elements needed to paint the title of a Dockable
 

Uses of AbstractDockFont in bibliothek.gui.dock.themes.font
 

Subclasses of AbstractDockFont in bibliothek.gui.dock.themes.font
 class TitleFont
          Represents a font used by a DockTitle.
 

Uses of AbstractDockFont in bibliothek.gui.dock.title
 

Methods in bibliothek.gui.dock.title with parameters of type AbstractDockFont
protected  void AbstractDockTitle.addFont(AbstractDockFont font)
          Adds a font to the list of fonts, this title will ensure that font gets connected to a FontManager as soon as this title is bound.
protected  void AbstractDockTitle.removeFont(AbstractDockFont font)
          Removes a font from this title.