Class FlagBitsPane
- java.lang.Object
-
- org.apache.pdfbox.debugger.flagbitspane.FlagBitsPane
-
public class FlagBitsPane extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private PDDocument
document
private FlagBitsPaneView
view
-
Constructor Summary
Constructors Constructor Description FlagBitsPane(PDDocument document, COSDictionary dictionary, COSName flagType)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
createPane(COSDictionary dictionary, COSName flagType)
javax.swing.JPanel
getPane()
Returns the Pane itself
-
-
-
Field Detail
-
view
private FlagBitsPaneView view
-
document
private final PDDocument document
-
-
Constructor Detail
-
FlagBitsPane
public FlagBitsPane(PDDocument document, COSDictionary dictionary, COSName flagType)
Constructor.- Parameters:
dictionary
- COSDictionary instance.flagType
- COSName instance.
-
-
Method Detail
-
createPane
private void createPane(COSDictionary dictionary, COSName flagType)
-
getPane
public javax.swing.JPanel getPane()
Returns the Pane itself- Returns:
- JPanel instance
-
-