class StreamPaneView
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private javax.swing.JPanel |
contentPanel |
Constructor and Description |
---|
StreamPaneView()
Constructor.
|
Modifier and Type | Method and 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.
|
void showStreamText(javax.swing.text.StyledDocument document, ToolTipController toolTipController)
document
- StyledDocument instance that holds the text.toolTipController
- ToolTipController instance.void showStreamImage(java.awt.image.BufferedImage image)
image
- BufferedImage instance that holds the text.public javax.swing.JPanel getStreamPanel()