Package org.jfree.ui

Class FontDisplayField

    • Field Detail

      • localizationResources

        protected static final ResourceBundle localizationResources
        The resourceBundle for the localization.
    • Constructor Detail

      • FontDisplayField

        public FontDisplayField​(Font font)
        Standard constructor - builds a FontDescriptionField initialised with the specified font.
        Parameters:
        font - the font.
    • Method Detail

      • getDisplayFont

        public Font getDisplayFont()
        Returns the current font.
        Returns:
        the font.
      • setDisplayFont

        public void setDisplayFont​(Font font)
        Sets the font.
        Parameters:
        font - the font.