|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FontSizeHints | |
---|---|
com.jgoodies.looks | Contains classes to configure the JGoodies L&Fs |
com.jgoodies.looks.plastic | Contains the classes for the JGoodies Plastic L&Fs |
com.jgoodies.looks.windows | Contains the classes for the JGoodies Windows L&F |
Uses of FontSizeHints in com.jgoodies.looks |
---|
Fields in com.jgoodies.looks declared as FontSizeHints | |
---|---|
static FontSizeHints |
FontSizeHints.DEFAULT
|
static FontSizeHints |
FontSizeHints.FIXED
|
static FontSizeHints |
FontSizeHints.LARGE
|
static FontSizeHints |
FontSizeHints.MIXED
|
static FontSizeHints |
FontSizeHints.MIXED2
|
static FontSizeHints |
FontSizeHints.SMALL
|
static FontSizeHints |
FontSizeHints.SYSTEM
|
Methods in com.jgoodies.looks that return FontSizeHints | |
---|---|
static FontSizeHints |
Options.getGlobalFontSizeHints()
Returns the global FontSizeHints
that can be overriden by a look-specific setting. |
static FontSizeHints |
FontSizeHints.valueOf(String name)
Looksup and returns the FontSizeHints for the specified name. |
Methods in com.jgoodies.looks with parameters of type FontSizeHints | |
---|---|
static Font |
FontUtils.getControlFont(UIDefaults table,
FontSizeHints hints)
Computes and answers the control font using the specified UIDefaults and FontSizeHints . |
static Font |
FontUtils.getMenuFont(UIDefaults table,
FontSizeHints hints)
Computes and answers the menu font using the specified UIDefaults and FontSizeHints . |
static void |
Options.setGlobalFontSizeHints(FontSizeHints hints)
Sets the global FontSizeHints . |
Uses of FontSizeHints in com.jgoodies.looks.plastic |
---|
Methods in com.jgoodies.looks.plastic that return FontSizeHints | |
---|---|
static FontSizeHints |
PlasticLookAndFeel.getFontSizeHints()
Returns the current FontSizeHints ,
where look specific settings shadow the global users defaults
as stored under key FontSizeHints.KEY . |
Methods in com.jgoodies.looks.plastic with parameters of type FontSizeHints | |
---|---|
static void |
PlasticLookAndFeel.setFontSizeHints(FontSizeHints newHints)
Sets FontSizeHints that shadow the global font size hints. |
Uses of FontSizeHints in com.jgoodies.looks.windows |
---|
Methods in com.jgoodies.looks.windows that return FontSizeHints | |
---|---|
static FontSizeHints |
WindowsLookAndFeel.getFontSizeHints()
Returns the current FontSizeHints ; look specific
settings shadow the global users defaults as stored under
key FontSizeHints.KEY . |
Methods in com.jgoodies.looks.windows with parameters of type FontSizeHints | |
---|---|
static void |
WindowsLookAndFeel.setFontSizeHints(FontSizeHints newHints)
Sets FontSizeHints that shadow the global font size hints. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |