Class StreamPaneView

java.lang.Object
org.apache.pdfbox.debugger.streampane.StreamPaneView

class StreamPaneView extends Object
  • Field Details

    • contentPanel

      private final JPanel contentPanel
  • Constructor Details

    • StreamPaneView

      StreamPaneView()
      Constructor.
  • Method Details

    • showStreamText

      void showStreamText(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(BufferedImage image)
      This shows the stream as image.
      Parameters:
      image - BufferedImage instance that holds the text.
    • getStreamPanel

      public JPanel getStreamPanel()