public interface FontSet
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.
|
javax.swing.plaf.FontUIResource getControlFont()
javax.swing.plaf.FontUIResource getMenuFont()
javax.swing.plaf.FontUIResource getTitleFont()
javax.swing.plaf.FontUIResource getWindowTitleFont()
javax.swing.plaf.FontUIResource getSmallFont()
javax.swing.plaf.FontUIResource getMessageFont()
Copyright © 2001-2009 JGoodies Karsten Lentzsch. All Rights Reserved.