Class FlagBitsPane
java.lang.Object
org.apache.pdfbox.debugger.flagbitspane.FlagBitsPane
- Author:
- Khyrul Bashar A class that displays flag bits in a table in detail.
-
Constructor Summary
ConstructorsConstructorDescriptionFlagBitsPane
(org.apache.pdfbox.pdmodel.PDDocument document, org.apache.pdfbox.cos.COSDictionary dictionary, org.apache.pdfbox.cos.COSName flagType) Constructor. -
Method Summary
-
Constructor Details
-
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 Details
-
getPane
Returns the Pane itself- Returns:
- JPanel instance
-