Class StreamPane

java.lang.Object
org.apache.pdfbox.debugger.streampane.StreamPane
All Implemented Interfaces:
ActionListener, EventListener

public class StreamPane extends Object implements ActionListener
  • Field Details

    • LOG

      private static final org.apache.commons.logging.Log LOG
    • CONTEXT

      private static final StyleContext CONTEXT
    • OPERATOR_STYLE

      private static final Style OPERATOR_STYLE
    • NUMBER_STYLE

      private static final Style NUMBER_STYLE
    • STRING_STYLE

      private static final Style STRING_STYLE
    • ESCAPE_STYLE

      private static final Style ESCAPE_STYLE
    • NAME_STYLE

      private static final Style NAME_STYLE
    • INLINE_IMAGE_STYLE

      private static final Style INLINE_IMAGE_STYLE
    • panel

      private final JPanel panel
    • hexView

      private final HexView hexView
    • tabbedPane

      private final JTabbedPane tabbedPane
    • rawView

      private final StreamPaneView rawView
    • niceView

      private final StreamPaneView niceView
    • stream

      private final Stream stream
    • tTController

      private ToolTipController tTController
    • resources

      private PDResources resources
  • Constructor Details

    • StreamPane

      public StreamPane(COSStream cosStream, boolean isContentStream, boolean isThumb, 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