|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontSet | |
---|---|
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 FontSet in com.jgoodies.looks |
---|
Methods in com.jgoodies.looks that return FontSet | |
---|---|
static FontSet |
FontSets.createDefaultFontSet(java.awt.Font controlFont)
Creates and returns a FontSet that is based only on the given control font. |
static FontSet |
FontSets.createDefaultFontSet(java.awt.Font controlFont,
java.awt.Font menuFont)
Creates and returns a FontSet that is based on the given control font and menu font. |
static FontSet |
FontSets.createDefaultFontSet(java.awt.Font controlFont,
java.awt.Font menuFont,
java.awt.Font titleFont)
Creates and returns a FontSet that is based on the given control font and menu font. |
static FontSet |
FontSets.createDefaultFontSet(java.awt.Font controlFont,
java.awt.Font menuFont,
java.awt.Font titleFont,
java.awt.Font messageFont,
java.awt.Font smallFont,
java.awt.Font windowTitleFont)
Creates and returns a FontSet for the given fonts. |
FontSet |
FontPolicy.getFontSet(java.lang.String lafName,
javax.swing.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 FontSet |
FontSets.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 FontSet | |
---|---|
static FontPolicy |
FontPolicies.createFixedPolicy(FontSet fontSet)
Returns a font policy that in turn always returns the specified FontSet. |
Uses of FontSet in com.jgoodies.looks.plastic |
---|
Methods in com.jgoodies.looks.plastic that return FontSet | |
---|---|
protected FontSet |
PlasticTheme.getFontSet()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |