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 StreamPDFDocument. contentsMethods in de.erichseifert.vectorgraphics2d.pdf that return Stream Modifier and Type Method Description private StreamPDFDocument. initPage()Initializes the document and returns aStreamrepresenting 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 voidPDFDocument. setFont(java.lang.String fontId, float fontSize, Stream contents)private byte[]PDFDocument. toBytes(Stream stream)
-