Class StreamPane
java.lang.Object
org.apache.pdfbox.debugger.streampane.StreamPane
- All Implemented Interfaces:
ActionListener
,EventListener
- Author:
- Khyrul Bashar A class that shows the COSStream.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionStreamPane
(org.apache.pdfbox.cos.COSStream cosStream, boolean isContentStream, boolean isThumb, org.apache.pdfbox.cos.COSDictionary resourcesDic) Constructor. -
Method Summary
-
Field Details
-
BEGIN_TEXT_OBJECT
Deprecated.- See Also:
-
END_TEXT_OBJECT
Deprecated.- See Also:
-
SAVE_GRAPHICS_STATE
Deprecated.- See Also:
-
RESTORE_GRAPHICS_STATE
Deprecated.- See Also:
-
INLINE_IMAGE_BEGIN
Deprecated.- See Also:
-
IMAGE_DATA
Deprecated.- See Also:
-
INLINE_IMAGE_END
Deprecated.- See Also:
-
BEGIN_MARKED_CONTENT1
Deprecated.- See Also:
-
BEGIN_MARKED_CONTENT2
Deprecated.- See Also:
-
END_MARKED_CONTENT
Deprecated.- See Also:
-
-
Constructor Details
-
StreamPane
public StreamPane(org.apache.pdfbox.cos.COSStream cosStream, boolean isContentStream, boolean isThumb, org.apache.pdfbox.cos.COSDictionary resourcesDic) throws IOException Constructor.- Parameters:
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.- Throws:
IOException
- if there is an I/O error during internal data transfer.
-
-
Method Details
-
getPanel
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-