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 FontPolicyRadianceCommonCortex. getDefaultFontPolicy()Returns the default platform-specific font policy.static FontPolicyRadianceCommonCortex. 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 classDefaultGnomeFontPolicyThe default font policy for Gnome OS.classDefaultKDEFontPolicyThe default font policy for KDE OS.classDefaultMacFontPolicyThe default font policy for Mac OS.private static classFontPolicies.DefaultPlasticOnWindowsPolicyImplements the default font lookup for the Plastic L&f family when running in a Windows environment.private static classFontPolicies.DefaultWindowsPolicyImplements the default font lookup on the Windows platform.private static classFontPolicies.FixedPolicyA 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 FontPolicyFontPolicies. createFixedPolicy(FontSet fontSet)Returns a font policy that in turn always returns the specified FontSet.static FontPolicyFontPolicies. getDefaultPlasticOnWindowsPolicy()Returns the default font policy for Plastic on the Windows platform.static FontPolicyFontPolicies. getDefaultPlasticPolicy()Returns the default Plastic FontPolicy that may vary with the platform and environment.static FontPolicyFontPolicies. getDefaultWindowsPolicy()Returns the default font policy for the Windows platform.static FontPolicyFontPolicies. 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 FontPolicyRadianceThemingCortex.GlobalScope. getFontPolicy()Looks up and retrieves theFontPolicyused by the Radiance family.Methods in org.pushingpixels.radiance.theming.api with parameters of type FontPolicy Modifier and Type Method Description static voidRadianceThemingCortex.GlobalScope. setFontPolicy(FontPolicy fontPolicy)Sets theFontPolicyto be used with Radiance family.
-