com.jgoodies.looks
Interface FontSet
Returns the Fonts used by a Look&Feel or theme.
These Fonts must implement the UIResource marker interface.
FontUIResource | getControlFont() - Returns the font used for all dialog components.
|
FontUIResource | getMenuFont() - Returns the font used for the menu.
|
FontUIResource | getMessageFont() - Returns the font used for message dialogs.
|
FontUIResource | getSmallFont() - Returns the font used for tool tips.
|
FontUIResource | getTitleFont() - Returns the font used for the title label in TitledBorders.
|
FontUIResource | getWindowTitleFont() - Returns the font used for internal frame titles.
|
getControlFont
public FontUIResource getControlFont()
Returns the font used for all dialog components.
- the font used for all dialog components.
getMenuFont
public FontUIResource getMenuFont()
Returns the font used for the menu.
- the font used for the menu.
getMessageFont
public FontUIResource getMessageFont()
Returns the font used for message dialogs.
- the font used for message dialogs.
getSmallFont
public FontUIResource getSmallFont()
Returns the font used for tool tips.
getTitleFont
public FontUIResource getTitleFont()
Returns the font used for the title label in TitledBorders.
This font is also used by JGoodies Forms titles,
and titled separators.
- the font used for TitledBorder titles.
getWindowTitleFont
public FontUIResource getWindowTitleFont()
Returns the font used for internal frame titles.
- the font used for internal frame titles.
Copyright © 2001-2008 JGoodies Karsten Lentzsch. All Rights Reserved.