Class FontEncodingPaneController


  • public class FontEncodingPaneController
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private FontPane fontPane  
      private static org.apache.commons.logging.Log LOG  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JPanel getPane()
      Return a pane to display details of a font.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • LOG

        private static final org.apache.commons.logging.Log LOG
    • Constructor Detail

      • FontEncodingPaneController

        public FontEncodingPaneController​(COSName fontName,
                                          COSDictionary dictionary)
        Constructor.
        Parameters:
        fontName - COSName instance, Font name in the fonts dictionary.
        dictionary - COSDictionary instance for resources which resides the font.
    • Method Detail

      • getPane

        public javax.swing.JPanel getPane()
        Return a pane to display details of a font.
        Returns:
        a pane for font information, or null if that font type is not supported.