| 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 |
MicroLayoutPolicies.DefaultPlasticPolicy
Implements the default font lookup for the Plastic L&f family
when running in a Windows environment.
|
private static class |
MicroLayoutPolicies.DefaultWindowsPolicy
Implements the default font lookup on the Windows platform.
|
| Modifier and Type | Method and Description |
|---|---|
static MicroLayoutPolicy |
MicroLayoutPolicies.getDefaultPlasticPolicy()
Returns the default MicroLayoutPolicy for the Plastic L&fs.
|
static MicroLayoutPolicy |
MicroLayoutPolicies.getDefaultWindowsPolicy()
Returns the default MicroLayoutPolicy for the Windows L&f.
|
| Modifier and Type | Method and Description |
|---|---|
static MicroLayoutPolicy |
PlasticLookAndFeel.getMicroLayoutPolicy()
Looks up and retrieves the MicroLayoutPolicy used by
the JGoodies Plastic Look&Fs.
|