Uses of Interface
com.jgoodies.looks.FontPolicy
-
Packages that use FontPolicy Package Description com.jgoodies.looks Contains classes to configure the JGoodies L&Fs.com.jgoodies.looks.plastic Contains the classes for the JGoodies Plastic L&Fs. -
-
Uses of FontPolicy in com.jgoodies.looks
Classes in com.jgoodies.looks that implement FontPolicy Modifier and Type Class Description private static classFontPolicies.CustomSettingsPolicyprivate static classFontPolicies.DefaultPlasticOnWindowsPolicyImplements the default font lookup for the Plastic L&f family when running in a Windows environment.private static classFontPolicies.DefaultWindowsPolicyImplements the default font lookup on the Windows platform.private static classFontPolicies.FixedPolicyA FontPolicy that returns a fixed FontSet and that ignores the laf name and UIDefaults table.Fields in com.jgoodies.looks declared as FontPolicy Modifier and Type Field Description private FontPolicyFontPolicies.CustomSettingsPolicy. wrappedPolicyMethods in com.jgoodies.looks that return FontPolicy Modifier and Type Method Description static FontPolicyFontPolicies. createFixedPolicy(FontSet fontSet)Returns a font policy that in turn always returns the specified FontSet.static FontPolicyFontPolicies. customSettingsPolicy(FontPolicy defaultPolicy)Returns a font policy that checks for a custom FontPolicy and a custom FontSet specified in the System settings or UIManager.private static FontPolicyFontPolicies. getCustomPolicy(java.lang.String lafName)Looks up and returns a custom FontPolicy for the given Look&Feel name, ornullif no custom policy has been defined for this Look&Feel.static FontPolicyFontPolicies. getDefaultPlasticOnWindowsPolicy()Returns the default font policy for Plastic on the Windows platform.static FontPolicyFontPolicies. getDefaultPlasticPolicy()Returns the default Plastic FontPolicy that may vary with the platform and environment.static FontPolicyFontPolicies. getDefaultWindowsPolicy()Returns the default font policy for the Windows platform.static FontPolicyFontPolicies. getLogicalFontsPolicy()Returns a font policy that returns the logical fonts as specified by the Java runtime environment.Methods in com.jgoodies.looks with parameters of type FontPolicy Modifier and Type Method Description static FontPolicyFontPolicies. customSettingsPolicy(FontPolicy defaultPolicy)Returns a font policy that checks for a custom FontPolicy and a custom FontSet specified in the System settings or UIManager.Constructors in com.jgoodies.looks with parameters of type FontPolicy Constructor Description CustomSettingsPolicy(FontPolicy wrappedPolicy) -
Uses of FontPolicy in com.jgoodies.looks.plastic
Methods in com.jgoodies.looks.plastic that return FontPolicy Modifier and Type Method Description static FontPolicyPlasticLookAndFeel. 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 Modifier and Type Method Description static voidPlasticLookAndFeel. setFontPolicy(FontPolicy fontPolicy)Sets the FontPolicy to be used with the JGoodies Plastic L&F family.
-