Uses of Interface
com.jgoodies.looks.FontPolicy

Packages that use FontPolicy
com.jgoodies.looks Contains classes to configure the JGoodies L&Fs 
com.jgoodies.looks.plastic Contains the classes for the JGoodies Plastic L&Fs 
com.jgoodies.looks.windows Contains the classes for the JGoodies Windows L&F 
 

Uses of FontPolicy in com.jgoodies.looks
 

Methods in com.jgoodies.looks that return FontPolicy
static FontPolicy FontPolicies.createFixedPolicy(FontSet fontSet)
          Returns a font policy that in turn always returns the specified FontSet.
static FontPolicy FontPolicies.customSettingsPolicy(FontPolicy defaultPolicy)
          Returns a font policy that checks for a custom FontPolicy and a custom FontSet specified in the System settings or UIManager.
static FontPolicy FontPolicies.getDefaultPlasticOnWindowsPolicy()
          Returns the default font policy for Plastic on the Windows platform.
static FontPolicy FontPolicies.getDefaultPlasticPolicy()
          Returns the default Plastic FontPolicy that may vary with the platform and environment.
static FontPolicy FontPolicies.getDefaultWindowsPolicy()
          Returns the default font policy for the Windows platform.
static FontPolicy FontPolicies.getLogicalFontsPolicy()
          Returns a font policy that returns the logical fonts as specified by the Java runtime environment.
static FontPolicy FontPolicies.getLooks1xPlasticPolicy()
          Returns a font policy for getting a Plastic appearance that aims to be visual backward compatible with the JGoodies Looks version 1.x.
static FontPolicy FontPolicies.getLooks1xWindowsPolicy()
          Returns a font policy for getting a Windows appearance that aims to be visual backward compatible with the JGoodies Looks version 1.x.
static FontPolicy FontPolicies.getTransitionalPlasticPolicy()
          Returns a font policy intended for API users that want to move Plastic code from the Looks 1.x to the Looks 2.0.
 

Methods in com.jgoodies.looks with parameters of type FontPolicy
static FontPolicy FontPolicies.customSettingsPolicy(FontPolicy defaultPolicy)
          Returns a font policy that checks for a custom FontPolicy and a custom FontSet specified in the System settings or UIManager.
 

Uses of FontPolicy in com.jgoodies.looks.plastic
 

Methods in com.jgoodies.looks.plastic that return FontPolicy
static FontPolicy PlasticLookAndFeel.getFontPolicy()
          Looks up and retrieves the FontPolicy used by the JGoodies Plastic Look&Feel family.
 

Methods in com.jgoodies.looks.plastic with parameters of type FontPolicy
static void PlasticLookAndFeel.setFontPolicy(FontPolicy fontPolicy)
          Sets the FontPolicy to be used with the JGoodies Plastic L&F family.
 

Uses of FontPolicy in com.jgoodies.looks.windows
 

Methods in com.jgoodies.looks.windows that return FontPolicy
static FontPolicy WindowsLookAndFeel.getFontPolicy()
          Looks up and retrieves the FontPolicy used by the JGoodies Windows Look&Feel.
 

Methods in com.jgoodies.looks.windows with parameters of type FontPolicy
static void WindowsLookAndFeel.setFontPolicy(FontPolicy fontPolicy)
          Sets the FontPolicy to be used with the JGoodies Windows L&F.
 



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