Package com.orsonpdf
Class GraphicsStream
java.lang.Object
com.orsonpdf.PDFObject
com.orsonpdf.Stream
com.orsonpdf.GraphicsStream
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 Summary
Methods inherited from class com.orsonpdf.Stream
addFilter, createDictionary, getObjectBytes, removeFiltersMethods inherited from class com.orsonpdf.PDFObject
getGeneration, getNumber, getReference, toPDFBytes
-
Method Details
-
getRawStreamData
public byte[] getRawStreamData()Description copied from class:StreamReturns the raw data for the stream.- Specified by:
getRawStreamDatain classStream- Returns:
- The raw data for the stream.
-