| org.jvnet.substance.fonts.FontSet
All known Subclasses: org.jvnet.substance.fonts.ScaledFontSet,
FontSet | public interface FontSet (Code) | | Returns the Fonts used by a Look&Feel or theme.
These Fonts must implement the UIResource marker interface.
author: Karsten Lentzsch version: $Revision: 1.1 $ since: 2.0 |
getControlFont | FontUIResource getControlFont()(Code) | | Returns the font used for all dialog components.
the font used for all dialog components. |
getMenuFont | FontUIResource getMenuFont()(Code) | | Returns the font used for the menu.
the font used for the menu. |
getMessageFont | FontUIResource getMessageFont()(Code) | | Returns the font used for message dialogs.
the font used for message dialogs. |
getSmallFont | FontUIResource getSmallFont()(Code) | | Returns the font used for tool tips.
the tool tip font. |
getTitleFont | FontUIResource getTitleFont()(Code) | | 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 | FontUIResource getWindowTitleFont()(Code) | | Returns the font used for internal frame titles.
the font used for internal frame titles. |
|
|