Class FontPolicies.DefaultPlasticOnWindowsPolicy
java.lang.Object
org.pushingpixels.radiance.common.internal.font.FontPolicies.DefaultPlasticOnWindowsPolicy
- All Implemented Interfaces:
FontPolicy
- Enclosing class:
FontPolicies
private static final class FontPolicies.DefaultPlasticOnWindowsPolicy
extends Object
implements FontPolicy
Implements the default font lookup for the Plastic Linvalid input: '&f' family when
running in a Windows environment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionLooks up and returns a set of fonts that will be used by a Look&Feel to set the default fonts for its components.
-
Constructor Details
-
DefaultPlasticOnWindowsPolicy
private DefaultPlasticOnWindowsPolicy()
-
-
Method Details
-
getFontSet
Description copied from interface:FontPolicy
Looks up and returns a set of fonts that will be used by a Look&Feel to set the default fonts for its components.This method is invoked during the L&F component initialization.
- Specified by:
getFontSet
in interfaceFontPolicy
- Returns:
- a set of fonts used as default for the component.
-