Package com.orsonpdf

Class GraphicsStream


public class GraphicsStream extends Stream
A Stream that contains graphics for the PDF document that can be generated via the PDFGraphics2D class. The Page class will create a GraphicsStream instance to represent its content. You won't normally interact directly with this class, it is intended that the PDFGraphics2D class drives the calls to the methods of this class.
  • Method Details

    • getRawStreamData

      public byte[] getRawStreamData()
      Description copied from class: Stream
      Returns the raw data for the stream.
      Specified by:
      getRawStreamData in class Stream
      Returns:
      The raw data for the stream.