Uses of Class
com.jgoodies.plaf.FontSizeHints

Packages that use FontSizeHints
com.jgoodies.plaf   
com.jgoodies.plaf.plastic   
com.jgoodies.plaf.windows   
 

Uses of FontSizeHints in com.jgoodies.plaf
 

Fields in com.jgoodies.plaf declared as FontSizeHints
static FontSizeHints FontSizeHints.LARGE
           
static FontSizeHints FontSizeHints.SYSTEM
           
static FontSizeHints FontSizeHints.MIXED2
           
static FontSizeHints FontSizeHints.MIXED
           
static FontSizeHints FontSizeHints.SMALL
           
static FontSizeHints FontSizeHints.FIXED
           
static FontSizeHints FontSizeHints.DEFAULT
           
 

Methods in com.jgoodies.plaf that return FontSizeHints
static FontSizeHints Options.getGlobalFontSizeHints()
          Returns the global FontSizeHints, can be overriden by look specific setting.
static FontSizeHints FontSizeHints.valueOf(String name)
          Looksup and returns the FontSizeHints for the specified name.
 

Methods in com.jgoodies.plaf with parameters of type FontSizeHints
static void Options.setGlobalFontSizeHints(FontSizeHints hints)
          Sets the global FontSizeHints.
static Font FontUtils.getMenuFont(UIDefaults table, FontSizeHints hints)
          Computes and answers the menu font using the specified UIDefaults and FontSizeHints.
static Font FontUtils.getControlFont(UIDefaults table, FontSizeHints hints)
          Computes and answers the control font using the specified UIDefaults and FontSizeHints.
 

Uses of FontSizeHints in com.jgoodies.plaf.plastic
 

Methods in com.jgoodies.plaf.plastic that return FontSizeHints
static FontSizeHints PlasticLookAndFeel.getFontSizeHints()
          Returns the current FontSizeHints, where look specific settings shadow the global users defaults as stored under key FontSizeHints.KEY.
 

Methods in com.jgoodies.plaf.plastic with parameters of type FontSizeHints
static void PlasticLookAndFeel.setFontSizeHints(FontSizeHints newHints)
          Sets FontSizeHints that shadow the global font size hints.
 

Uses of FontSizeHints in com.jgoodies.plaf.windows
 

Methods in com.jgoodies.plaf.windows that return FontSizeHints
static FontSizeHints ExtWindowsLookAndFeel.getFontSizeHints()
          Answers the current FontSizeHints; look specific settings shadow the global users defaults as stored under key FontSizeHints.KEY.
 

Methods in com.jgoodies.plaf.windows with parameters of type FontSizeHints
static void ExtWindowsLookAndFeel.setFontSizeHints(FontSizeHints newHints)
          Sets FontSizeHints that shadow the global font size hints.
 



Copyright © 2001-2004 JGoodies Karsten Lentzsch. All Rights Reserved.