public class FlagBitsPane
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private PDDocument |
document |
private FlagBitsPaneView |
view |
Constructor and Description |
---|
FlagBitsPane(PDDocument document,
COSDictionary dictionary,
COSName flagType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
private void |
createPane(COSDictionary dictionary,
COSName flagType) |
javax.swing.JPanel |
getPane()
Returns the Pane itself
|
private FlagBitsPaneView view
private final PDDocument document
public FlagBitsPane(PDDocument document, COSDictionary dictionary, COSName flagType)
dictionary
- COSDictionary instance.flagType
- COSName instance.private void createPane(COSDictionary dictionary, COSName flagType)
public javax.swing.JPanel getPane()