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 StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated. -
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
-
END_TEXT_OBJECT
-
SAVE_GRAPHICS_STATE
-
RESTORE_GRAPHICS_STATE
-
INLINE_IMAGE_BEGIN
-
IMAGE_DATA
-
INLINE_IMAGE_END
-
BEGIN_MARKED_CONTENT1
-
BEGIN_MARKED_CONTENT2
-
END_MARKED_CONTENT
-
-
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:
actionPerformedin interfaceActionListener
-