| Modifier and Type | Field and Description |
|---|---|
private javax.swing.plaf.FontUIResource |
controlFont |
private javax.swing.plaf.FontUIResource |
smallFont |
private javax.swing.plaf.FontUIResource |
systemFont |
private javax.swing.plaf.FontUIResource |
titleFont |
| Modifier | Constructor and Description |
|---|---|
private |
LogicalFontSet() |
| Modifier and Type | Method and Description |
|---|---|
javax.swing.plaf.FontUIResource |
getControlFont()
Returns the font used for all dialog components.
|
javax.swing.plaf.FontUIResource |
getMenuFont()
Returns the font used for the menu.
|
javax.swing.plaf.FontUIResource |
getMessageFont()
Returns the font used for message dialogs.
|
javax.swing.plaf.FontUIResource |
getSmallFont()
Returns the font used for tool tips.
|
javax.swing.plaf.FontUIResource |
getTitleFont()
Returns the font used for the title label in TitledBorders.
|
javax.swing.plaf.FontUIResource |
getWindowTitleFont()
Returns the font used for internal frame titles.
|
private javax.swing.plaf.FontUIResource controlFont
private javax.swing.plaf.FontUIResource titleFont
private javax.swing.plaf.FontUIResource systemFont
private javax.swing.plaf.FontUIResource smallFont
public javax.swing.plaf.FontUIResource getControlFont()
FontSetgetControlFont in interface FontSetpublic javax.swing.plaf.FontUIResource getMenuFont()
FontSetgetMenuFont in interface FontSetpublic javax.swing.plaf.FontUIResource getTitleFont()
FontSetgetTitleFont in interface FontSetpublic javax.swing.plaf.FontUIResource getSmallFont()
FontSetgetSmallFont in interface FontSetpublic javax.swing.plaf.FontUIResource getMessageFont()
FontSetgetMessageFont in interface FontSetpublic javax.swing.plaf.FontUIResource getWindowTitleFont()
FontSetgetWindowTitleFont in interface FontSet