public class StreamPane extends Object implements ActionListener
Modifier and Type | Field and Description |
---|---|
static String |
BEGIN_MARKED_CONTENT1 |
static String |
BEGIN_MARKED_CONTENT2 |
static String |
BEGIN_TEXT_OBJECT |
static String |
END_MARKED_CONTENT |
static String |
END_TEXT_OBJECT |
static String |
IMAGE_DATA |
static String |
INLINE_IMAGE_BEGIN |
static String |
INLINE_IMAGE_END |
static String |
RESTORE_GRAPHICS_STATE |
static String |
SAVE_GRAPHICS_STATE |
Constructor and Description |
---|
StreamPane(COSStream cosStream,
boolean isContentStream,
boolean isThumb,
COSDictionary resourcesDic)
Constructor.
|
public static final String BEGIN_TEXT_OBJECT
public static final String END_TEXT_OBJECT
public static final String SAVE_GRAPHICS_STATE
public static final String RESTORE_GRAPHICS_STATE
public static final String INLINE_IMAGE_BEGIN
public static final String IMAGE_DATA
public static final String INLINE_IMAGE_END
public static final String BEGIN_MARKED_CONTENT1
public static final String BEGIN_MARKED_CONTENT2
public static final String END_MARKED_CONTENT
public StreamPane(COSStream cosStream, boolean isContentStream, boolean isThumb, 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 ActionListener
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.