Uses of Interface
com.jgoodies.looks.FontSet
Packages that use FontSet
Package
Description
Contains classes to configure the JGoodies L&Fs.
Contains the classes for the JGoodies Plastic L&Fs.
-
Uses of FontSet in com.jgoodies.looks
Classes in com.jgoodies.looks that implement FontSetModifier and TypeClassDescription(package private) static final classprivate static final classLooks up and returns the logical fonts as specified by the Java runtime environment.Fields in com.jgoodies.looks declared as FontSetModifier and TypeFieldDescriptionprivate final FontSetFontPolicies.FixedPolicy.fontSetprivate static FontSetFontSets.logicalFontSetMethods in com.jgoodies.looks that return FontSetModifier and TypeMethodDescriptionstatic FontSetFontSets.createDefaultFontSet(Font controlFont) Creates and returns a FontSet that is based only on the given control font.static FontSetFontSets.createDefaultFontSet(Font controlFont, Font menuFont) Creates and returns a FontSet that is based on the given control font and menu font.static FontSetFontSets.createDefaultFontSet(Font controlFont, Font menuFont, Font titleFont) Creates and returns a FontSet that is based on the given control font and menu font.static FontSetFontSets.createDefaultFontSet(Font controlFont, Font menuFont, Font titleFont, Font messageFont, Font smallFont, Font windowTitleFont) Creates and returns a FontSet for the given fonts.private static FontSetFontPolicies.getCustomFontSet(String lafName) Looks up and returns a custom FontSet for the given Look&Feel name, ornullif no custom font set has been defined for this Look&Feel.FontPolicies.CustomSettingsPolicy.getFontSet(String lafName, UIDefaults table) FontPolicies.DefaultPlasticOnWindowsPolicy.getFontSet(String lafName, UIDefaults table) FontPolicies.DefaultWindowsPolicy.getFontSet(String lafName, UIDefaults table) FontPolicies.FixedPolicy.getFontSet(String lafName, UIDefaults table) FontPolicy.getFontSet(String lafName, UIDefaults table) Looks up and returns a set of fonts that will be used by a Look&Feel to set the default fonts for its components.static FontSetFontSets.getLogicalFontSet()Lazily creates and returns the FontSet that returns the logical fonts specified by the Java runtime environment.Methods in com.jgoodies.looks with parameters of type FontSetModifier and TypeMethodDescriptionstatic FontPolicyFontPolicies.createFixedPolicy(FontSet fontSet) Returns a font policy that in turn always returns the specified FontSet.Constructors in com.jgoodies.looks with parameters of type FontSet -
Uses of FontSet in com.jgoodies.looks.plastic
Fields in com.jgoodies.looks.plastic declared as FontSetModifier and TypeFieldDescriptionprivate FontSetPlasticTheme.fontSetHolds the set of fonts used by this theme.Methods in com.jgoodies.looks.plastic that return FontSet