Class StreamPaneView
java.lang.Object
org.apache.pdfbox.debugger.streampane.StreamPaneView
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
showStreamImage
(BufferedImage image) This shows the stream as image.(package private) void
showStreamText
(StyledDocument document, ToolTipController toolTipController) This shows the stream in text for any of it's filtered or unfiltered version.
-
Field Details
-
contentPanel
-
-
Constructor Details
-
StreamPaneView
StreamPaneView()Constructor.
-
-
Method Details
-
showStreamText
This shows the stream in text for any of it's filtered or unfiltered version.- Parameters:
document
- StyledDocument instance that holds the text.toolTipController
- ToolTipController instance.
-
showStreamImage
This shows the stream as image.- Parameters:
image
- BufferedImage instance that holds the text.
-
getStreamPanel
-