com.jgoodies.looks
Interface FontPolicy


public interface FontPolicy

Looks up and returns a FontSet.

Since:
2.0
Version:
$Revision: 1.6 $
Author:
Karsten Lentzsch
See Also:
FontSet, FontPolicies

Method Summary
 FontSet getFontSet(String lafName, UIDefaults table)
          Looks up and returns a set of fonts that will be use by a Look&Feel to set the default fonts for its components.
 

Method Detail

getFontSet

FontSet getFontSet(String lafName,
                   UIDefaults table)
Looks up and returns a set of fonts that will be use by a Look&Feel to set the default fonts for its components.

Parameters:
lafName - the name of the Look&Feel that requests the fonts
table - the UIDefaults table that can be use to look up fonts of a super L&F
Returns:
a set of fonts used as default for the component.


Copyright © 2001-2013 JGoodies Software GmbH. All Rights Reserved.