Class FlagBitsPane


  • public class FlagBitsPane
    extends java.lang.Object
    Author:
    Khyrul Bashar A class that displays flag bits in a table in detail.
    • Constructor Summary

      Constructors 
      Constructor Description
      FlagBitsPane​(org.apache.pdfbox.pdmodel.PDDocument document, org.apache.pdfbox.cos.COSDictionary dictionary, org.apache.pdfbox.cos.COSName flagType)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JPanel getPane()
      Returns the Pane itself
      • Methods inherited from class java.lang.Object

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

      • FlagBitsPane

        public FlagBitsPane​(org.apache.pdfbox.pdmodel.PDDocument document,
                            org.apache.pdfbox.cos.COSDictionary dictionary,
                            org.apache.pdfbox.cos.COSName flagType)
        Constructor.
        Parameters:
        dictionary - COSDictionary instance.
        flagType - COSName instance.
    • Method Detail

      • getPane

        public javax.swing.JPanel getPane()
        Returns the Pane itself
        Returns:
        JPanel instance