Class FontEncodingPaneController
- java.lang.Object
-
- org.apache.pdfbox.debugger.fontencodingpane.FontEncodingPaneController
-
public class FontEncodingPaneController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FontEncodingPaneController(COSName fontName, COSDictionary dictionary)
Constructor.
-
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.
-
-
-
Field Detail
-
LOG
private static final org.apache.commons.logging.Log LOG
-
fontPane
private FontPane fontPane
-
-
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.
-
-