Package com.jgoodies.looks
Class FontSets.LogicalFontSet
java.lang.Object
com.jgoodies.looks.FontSets.LogicalFontSet
- All Implemented Interfaces:
FontSet
- Enclosing class:
- FontSets
Looks up and returns the logical fonts as specified
by the Java runtime environment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate FontUIResourceprivate FontUIResourceprivate FontUIResourceprivate FontUIResource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the font used for all dialog components.Returns the font used for the menu.Returns the font used for message dialogs.Returns the font used for tool tips.Returns the font used for the title label in TitledBorders.Returns the font used for internal frame titles.
-
Field Details
-
controlFont
-
titleFont
-
systemFont
-
smallFont
-
-
Constructor Details
-
LogicalFontSet
private LogicalFontSet()
-
-
Method Details
-
getControlFont
Description copied from interface:FontSetReturns the font used for all dialog components.- Specified by:
getControlFontin interfaceFontSet- Returns:
- the font used for all dialog components.
-
getMenuFont
Description copied from interface:FontSetReturns the font used for the menu.- Specified by:
getMenuFontin interfaceFontSet- Returns:
- the font used for the menu.
-
getTitleFont
Description copied from interface:FontSetReturns the font used for the title label in TitledBorders. This font is also used by JGoodies Forms titles, and titled separators.- Specified by:
getTitleFontin interfaceFontSet- Returns:
- the font used for TitledBorder titles.
-
getSmallFont
Description copied from interface:FontSetReturns the font used for tool tips.- Specified by:
getSmallFontin interfaceFontSet- Returns:
- the tool tip font.
-
getMessageFont
Description copied from interface:FontSetReturns the font used for message dialogs.- Specified by:
getMessageFontin interfaceFontSet- Returns:
- the font used for message dialogs.
-
getWindowTitleFont
Description copied from interface:FontSetReturns the font used for internal frame titles.- Specified by:
getWindowTitleFontin interfaceFontSet- Returns:
- the font used for internal frame titles.
-