Uses of Class
bibliothek.gui.dock.util.font.GenericFontModifier.Modify

Packages that use GenericFontModifier.Modify
bibliothek.gui.dock.util.font The font-subsystem is used to define the fonts that are used to paint text. 
 

Uses of GenericFontModifier.Modify in bibliothek.gui.dock.util.font
 

Methods in bibliothek.gui.dock.util.font that return GenericFontModifier.Modify
 GenericFontModifier.Modify GenericFontModifier.getBold()
          Tells how this modifier modifies the bold aspect of a font.
 GenericFontModifier.Modify GenericFontModifier.getItalic()
          Tells how this modifier modifies the italic aspect of a font.
static GenericFontModifier.Modify GenericFontModifier.Modify.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GenericFontModifier.Modify[] GenericFontModifier.Modify.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in bibliothek.gui.dock.util.font with parameters of type GenericFontModifier.Modify
 void GenericFontModifier.setBold(GenericFontModifier.Modify bold)
          Sets how to modify the bold aspect of a font.
 void GenericFontModifier.setItalic(GenericFontModifier.Modify italic)
          Sets how to modify the italic aspect of a font.