-
averageCharWidthTestString
java.lang.String averageCharWidthTestString
Holds the string that is used to compute the average character width.
Since 1.6 the default value is the balanced average character test
string, where it was just "X" before.
-
defaultDialogFont
java.awt.Font defaultDialogFont
Holds a custom font that is used to compute the global dialog base units.
If not set, a fallback font is is lazily created in method
#getCachedDefaultDialogFont, which in turn looks up a font
in method #lookupDefaultDialogFont.
-
cachedGlobalDialogBaseUnits
DefaultUnitConverter.DialogBaseUnits cachedGlobalDialogBaseUnits
Holds the lazily created cached global dialog base units that are used
if a component is not (yet) available - for example in a Border.
-
cachedDialogBaseUnits
DefaultUnitConverter.DialogBaseUnits cachedDialogBaseUnits
Holds the horizontal dialog base units that are valid
for the FontMetrics stored in cachedFontMetrics.
-
cachedFontMetrics
java.awt.FontMetrics cachedFontMetrics
Holds the FontMetrics used to compute the per-component dialog units.
The latter are valid, if a FontMetrics equals this stored metrics.
-
cachedDefaultDialogFont
java.awt.Font cachedDefaultDialogFont
Holds a cached default dialog font that is used as fallback,
if no default dialog font has been set.
- See Also:
DefaultUnitConverter.getDefaultDialogFont(),
DefaultUnitConverter.setDefaultDialogFont(Font)