public class GraphicsStream extends Stream
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.Modifier and Type | Method and Description |
---|---|
byte[] |
getRawStreamData()
Returns the raw data for the stream.
|
addFilter, createDictionary, getObjectBytes, removeFilters
getGeneration, getNumber, getReference, toPDFBytes
public byte[] getRawStreamData()
Stream
getRawStreamData
in class Stream