Uses of Interface
org.pushingpixels.radiance.common.api.font.FontSet
Packages that use FontSet
Package
Description
-
Uses of FontSet in org.pushingpixels.radiance.common.api.font
Methods in org.pushingpixels.radiance.common.api.font that return FontSetModifier and TypeMethodDescriptionFontPolicy.getFontSet()Looks up and returns a set of fonts that will be used by a Look&Feel to set the default fonts for its components. -
Uses of FontSet in org.pushingpixels.radiance.common.internal.font
Classes in org.pushingpixels.radiance.common.internal.font that implement FontSetModifier and TypeClassDescriptionprivate static final classprivate static final classLooks up and returns the logical fonts as specified by the Java runtime environment.classFont set implementation for Radiance.classWrapper around the base font set.Fields in org.pushingpixels.radiance.common.internal.font declared as FontSetModifier and TypeFieldDescriptionprivate FontSetScaledFontSet.delegateThe base font set.private static FontSetDefaultKDEFontPolicy.fontSetprivate final FontSetFontPolicies.FixedPolicy.fontSetprivate static FontSetFontSets.logicalFontSetprivate FontSetRadianceFontSet.systemFontSetThe default system font set.Methods in org.pushingpixels.radiance.common.internal.font that return FontSetModifier and TypeMethodDescriptionstatic FontSetFontSets.createDefaultFontSet(Font controlFont) Creates and returns a FontSet that is based only on the given control font.static FontSetFontSets.createDefaultFontSet(Font controlFont, Font menuFont) Creates and returns a FontSet that is based on the given control font and menu font.static FontSetFontSets.createDefaultFontSet(Font controlFont, Font menuFont, Font titleFont) Creates and returns a FontSet that is based on the given control font and menu font.static FontSetFontSets.createDefaultFontSet(Font controlFont, Font menuFont, Font titleFont, Font messageFont, Font smallFont, Font windowTitleFont) Creates and returns a FontSet for the given fonts.DefaultGnomeFontPolicy.getFontSet()DefaultKDEFontPolicy.getFontSet()DefaultMacFontPolicy.getFontSet()FontPolicies.DefaultPlasticOnWindowsPolicy.getFontSet()FontPolicies.DefaultWindowsPolicy.getFontSet()FontPolicies.FixedPolicy.getFontSet()private FontSetDefaultKDEFontPolicy.getInternalFontSet()static FontSetFontSets.getLogicalFontSet()Lazily creates and returns the FontSet that returns the logical fonts specified by the Java runtime environment.Methods in org.pushingpixels.radiance.common.internal.font with parameters of type FontSetModifier and TypeMethodDescriptionstatic FontPolicyFontPolicies.createFixedPolicy(FontSet fontSet) Returns a font policy that in turn always returns the specified FontSet.Constructors in org.pushingpixels.radiance.common.internal.font with parameters of type FontSetModifierConstructorDescription(package private)FixedPolicy(FontSet fontSet) RadianceFontSet(FontSet systemFontSet) Creates a new Radiance font set.ScaledFontSet(FontSet delegate, float scaleFactor) Creates a wrapper font set. -
Uses of FontSet in org.pushingpixels.radiance.theming.api
Methods in org.pushingpixels.radiance.theming.api with parameters of type FontSetModifier and TypeMethodDescriptionprivate static voidRadianceThemingCortex.GlobalScope.initFontDefaults(UIDefaults table, FontSet fontSet) Sets Fonts in the given FontSet as defaults for all known component types in the given UIDefaults table.