Uses of Interface
org.pushingpixels.radiance.common.api.font.FontPolicy
-
Packages that use FontPolicy Package Description org.pushingpixels.radiance.common.api org.pushingpixels.radiance.common.internal.font org.pushingpixels.radiance.theming.api -
-
Uses of FontPolicy in org.pushingpixels.radiance.common.api
Methods in org.pushingpixels.radiance.common.api that return FontPolicy Modifier and Type Method Description static FontPolicy
RadianceCommonCortex. getDefaultFontPolicy()
Returns the default platform-specific font policy.static FontPolicy
RadianceCommonCortex. getScaledFontPolicy(float scaleFactor)
Returns scaled platform-specific font policy. -
Uses of FontPolicy in org.pushingpixels.radiance.common.internal.font
Classes in org.pushingpixels.radiance.common.internal.font that implement FontPolicy Modifier and Type Class Description class
DefaultGnomeFontPolicy
The default font policy for Gnome OS.class
DefaultKDEFontPolicy
The default font policy for KDE OS.class
DefaultMacFontPolicy
The default font policy for Mac OS.private static class
FontPolicies.DefaultPlasticOnWindowsPolicy
Implements the default font lookup for the Plastic L&f family when running in a Windows environment.private static class
FontPolicies.DefaultWindowsPolicy
Implements the default font lookup on the Windows platform.private static class
FontPolicies.FixedPolicy
A FontPolicy that returns a fixed FontSet and that ignores the laf name and UIDefaults table.Methods in org.pushingpixels.radiance.common.internal.font that return FontPolicy Modifier and Type Method Description static FontPolicy
FontPolicies. createFixedPolicy(FontSet fontSet)
Returns a font policy that in turn always returns the specified FontSet.static FontPolicy
FontPolicies. getDefaultPlasticOnWindowsPolicy()
Returns the default font policy for Plastic on the Windows platform.static FontPolicy
FontPolicies. getDefaultPlasticPolicy()
Returns the default Plastic FontPolicy that may vary with the platform and environment.static FontPolicy
FontPolicies. getDefaultWindowsPolicy()
Returns the default font policy for the Windows platform.static FontPolicy
FontPolicies. getLogicalFontsPolicy()
Returns a font policy that returns the logical fonts as specified by the Java runtime environment. -
Uses of FontPolicy in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api that return FontPolicy Modifier and Type Method Description static FontPolicy
RadianceThemingCortex.GlobalScope. getFontPolicy()
Looks up and retrieves theFontPolicy
used by the Radiance family.Methods in org.pushingpixels.radiance.theming.api with parameters of type FontPolicy Modifier and Type Method Description static void
RadianceThemingCortex.GlobalScope. setFontPolicy(FontPolicy fontPolicy)
Sets theFontPolicy
to be used with Radiance family.
-