Class FontSets.LogicalFontSet

java.lang.Object
com.jgoodies.looks.FontSets.LogicalFontSet
All Implemented Interfaces:
FontSet
Enclosing class:
FontSets

private static final class FontSets.LogicalFontSet extends Object implements FontSet
Looks up and returns the logical fonts as specified by the Java runtime environment.
  • Field Details

  • Constructor Details

    • LogicalFontSet

      private LogicalFontSet()
  • Method Details

    • getControlFont

      public FontUIResource getControlFont()
      Description copied from interface: FontSet
      Returns the font used for all dialog components.
      Specified by:
      getControlFont in interface FontSet
      Returns:
      the font used for all dialog components.
    • getMenuFont

      public FontUIResource getMenuFont()
      Description copied from interface: FontSet
      Returns the font used for the menu.
      Specified by:
      getMenuFont in interface FontSet
      Returns:
      the font used for the menu.
    • getTitleFont

      public FontUIResource getTitleFont()
      Description copied from interface: FontSet
      Returns the font used for the title label in TitledBorders. This font is also used by JGoodies Forms titles, and titled separators.
      Specified by:
      getTitleFont in interface FontSet
      Returns:
      the font used for TitledBorder titles.
    • getSmallFont

      public FontUIResource getSmallFont()
      Description copied from interface: FontSet
      Returns the font used for tool tips.
      Specified by:
      getSmallFont in interface FontSet
      Returns:
      the tool tip font.
    • getMessageFont

      public FontUIResource getMessageFont()
      Description copied from interface: FontSet
      Returns the font used for message dialogs.
      Specified by:
      getMessageFont in interface FontSet
      Returns:
      the font used for message dialogs.
    • getWindowTitleFont

      public FontUIResource getWindowTitleFont()
      Description copied from interface: FontSet
      Returns the font used for internal frame titles.
      Specified by:
      getWindowTitleFont in interface FontSet
      Returns:
      the font used for internal frame titles.