| 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.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
FontPolicies.CustomSettingsPolicy |
private static class |
FontPolicies.DefaultPlasticOnWindowsPolicy
Implements the default font lookup for the Plastic L&f family
when running in a Windows environment.
|
private static class |
FontPolicies.DefaultWindowsPolicy
Implements the default font lookup on the Windows platform.
|
private static class |
FontPolicies.FixedPolicy
A FontPolicy that returns a fixed FontSet and that ignores
the laf name and UIDefaults table.
|
| Modifier and Type | Field and Description |
|---|---|
private FontPolicy |
FontPolicies.CustomSettingsPolicy.wrappedPolicy |
| Modifier and Type | Method and Description |
|---|---|
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.
|
private static FontPolicy |
FontPolicies.getCustomPolicy(java.lang.String lafName)
Looks up and returns a custom FontPolicy for the given
Look&Feel name, or
null if no custom policy has been
defined for this Look&Feel. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
CustomSettingsPolicy(FontPolicy wrappedPolicy) |
| Modifier and Type | Method and Description |
|---|---|
static FontPolicy |
PlasticLookAndFeel.getFontPolicy()
Looks up and retrieves the FontPolicy used
by the JGoodies Plastic Look&Feel family.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
PlasticLookAndFeel.setFontPolicy(FontPolicy fontPolicy)
Sets the FontPolicy to be used with the JGoodies Plastic L&F
family.
|