Uses of Interface com.jgoodies.looks.FontSet

Uses in package com.jgoodies.looks.plastic

Methods with return type com.jgoodies.looks.FontSet

FontSet

Uses in package com.jgoodies.looks

Methods with parameter type com.jgoodies.looks.FontSet

FontPolicy
Returns a font policy that in turn always returns the specified FontSet.

Methods with return type com.jgoodies.looks.FontSet

FontSet
FontSets.createDefaultFontSet(Font controlFont)
Creates and returns a FontSet that is based only on the given control font.
FontSet
FontSets.createDefaultFontSet(Font controlFont, Font menuFont)
Creates and returns a FontSet that is based on the given control font and menu font.
FontSet
FontSets.createDefaultFontSet(Font controlFont, Font menuFont, Font titleFont)
Creates and returns a FontSet that is based on the given control font and menu font.
FontSet
FontSets.createDefaultFontSet(Font controlFont, Font menuFont, Font titleFont, Font messageFont, Font smallFont, Font windowTitleFont)
Creates and returns a FontSet for the given fonts.
FontSet
FontPolicy.getFontSet(String lafName, UIDefaults table)
Looks up and returns a set of fonts that will be used by a Look&Feel to set the default fonts for its components.
FontSet
Lazily creates and returns the FontSet that returns the logical fonts specified by the Java runtime environment.

Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.