Class SignaturePane
- java.lang.Object
-
- org.apache.pdfbox.debugger.signaturepane.SignaturePane
-
public class SignaturePane extends java.lang.ObjectFor displaying the Contents of a digital signature, which is encoded in ASN.1 format.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.awt.FontFONT_MONOSPACEDprivate static intFONT_SIZEprivate javax.swing.JTabbedPanetabbedPaneprivate static java.lang.StringTEXT_TAB
-
Constructor Summary
Constructors Constructor Description SignaturePane(COSString cosString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private javax.swing.JTextPanecreateTextView(COSString cosString)javax.swing.JTabbedPanegetPane()private java.lang.StringgetTextString(COSString cosString)
-
-
-
Field Detail
-
TEXT_TAB
private static final java.lang.String TEXT_TAB
- See Also:
- Constant Field Values
-
FONT_SIZE
private static final int FONT_SIZE
-
FONT_MONOSPACED
private static final java.awt.Font FONT_MONOSPACED
-
tabbedPane
private final javax.swing.JTabbedPane tabbedPane
-
-
Constructor Detail
-
SignaturePane
public SignaturePane(COSString cosString)
-
-