Uses of Class
de.erichseifert.vectorgraphics2d.pdf.Stream
-
Packages that use Stream Package Description de.erichseifert.vectorgraphics2d.pdf Implementation of a processor to convert VectorGraphics2D intermediate language commands to the Portable Document Format (PDF). -
-
Uses of Stream in de.erichseifert.vectorgraphics2d.pdf
Fields in de.erichseifert.vectorgraphics2d.pdf declared as Stream Modifier and Type Field Description private Stream
PDFDocument. contents
Methods in de.erichseifert.vectorgraphics2d.pdf that return Stream Modifier and Type Method Description private Stream
PDFDocument. initPage()
Initializes the document and returns aStream
representing the contents.Methods in de.erichseifert.vectorgraphics2d.pdf with parameters of type Stream Modifier and Type Method Description protected static byte[]
PDFDocument. serialize(Stream stream)
private void
PDFDocument. setFont(java.lang.String fontId, float fontSize, Stream contents)
private byte[]
PDFDocument. toBytes(Stream stream)
-