public class StreamPane extends Object implements ActionListener
| Modifier and Type | Field and Description |
|---|---|
static String |
BEGIN_MARKED_CONTENT1
Deprecated.
|
static String |
BEGIN_MARKED_CONTENT2
Deprecated.
|
static String |
BEGIN_TEXT_OBJECT
Deprecated.
|
static String |
END_MARKED_CONTENT
Deprecated.
|
static String |
END_TEXT_OBJECT
Deprecated.
|
static String |
IMAGE_DATA
Deprecated.
|
static String |
INLINE_IMAGE_BEGIN
Deprecated.
|
static String |
INLINE_IMAGE_END
Deprecated.
|
static String |
RESTORE_GRAPHICS_STATE
Deprecated.
|
static String |
SAVE_GRAPHICS_STATE
Deprecated.
|
| 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() |
@Deprecated public static final String BEGIN_TEXT_OBJECT
@Deprecated public static final String END_TEXT_OBJECT
@Deprecated public static final String SAVE_GRAPHICS_STATE
@Deprecated public static final String RESTORE_GRAPHICS_STATE
@Deprecated public static final String INLINE_IMAGE_BEGIN
@Deprecated public static final String IMAGE_DATA
@Deprecated public static final String INLINE_IMAGE_END
@Deprecated public static final String BEGIN_MARKED_CONTENT1
@Deprecated public static final String BEGIN_MARKED_CONTENT2
@Deprecated public static final String END_MARKED_CONTENT
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–2024 The Apache Software Foundation. All rights reserved.