Interface FontPolicy
-
- All Known Implementing Classes:
DefaultGnomeFontPolicy
,DefaultKDEFontPolicy
,DefaultMacFontPolicy
,FontPolicies.DefaultPlasticOnWindowsPolicy
,FontPolicies.DefaultWindowsPolicy
,FontPolicies.FixedPolicy
public interface FontPolicy
Looks up and returns a FontSet.- See Also:
FontSet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FontSet
getFontSet()
Looks up and returns a set of fonts that will be used by a Look&Feel to set the default fonts for its components.
-
-
-
Method Detail
-
getFontSet
FontSet getFontSet()
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.
- Returns:
- a set of fonts used as default for the component.
-
-