Class StreamPaneView
- java.lang.Object
-
- org.apache.pdfbox.debugger.streampane.StreamPaneView
-
class StreamPaneView extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private javax.swing.JPanel
contentPanel
-
Constructor Summary
Constructors Constructor Description StreamPaneView()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.swing.JPanel
getStreamPanel()
(package private) void
showStreamImage(java.awt.image.BufferedImage image)
This shows the stream as image.(package private) void
showStreamText(javax.swing.text.StyledDocument document, ToolTipController toolTipController)
This shows the stream in text for any of it's filtered or unfiltered version.
-
-
-
Method Detail
-
showStreamText
void showStreamText(javax.swing.text.StyledDocument document, ToolTipController toolTipController)
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
void showStreamImage(java.awt.image.BufferedImage image)
This shows the stream as image.- Parameters:
image
- BufferedImage instance that holds the text.
-
getStreamPanel
public javax.swing.JPanel getStreamPanel()
-
-