public class StreamPane extends Object implements ActionListener
| Constructor and Description |
|---|
StreamPane(org.apache.pdfbox.cos.COSStream cosStream,
boolean isContentStream,
boolean isThumb,
org.apache.pdfbox.cos.COSDictionary resourcesDic)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent actionEvent) |
JComponent |
getPanel() |
public StreamPane(org.apache.pdfbox.cos.COSStream cosStream,
boolean isContentStream,
boolean isThumb,
org.apache.pdfbox.cos.COSDictionary resourcesDic)
throws IOException
cosStream - COSStream instance.isContentStream - boolean instance. This says if a stream is content stream or not.isThumb - This says if a stream is an thumbnail image or not.resourcesDic - COSDictionary instance that holds the resource dictionary for the stream.IOException - if there is an I/O error during internal data transfer.public JComponent getPanel()
public void actionPerformed(ActionEvent actionEvent)
actionPerformed in interface ActionListenerCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.