Uses of Class
org.jfree.pdf.stream.GraphicsStream
Packages that use GraphicsStream
Package
Description
Contains
PDFGraphics2D
and supporting
classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).-
Uses of GraphicsStream in org.jfree.pdf
Fields in org.jfree.pdf declared as GraphicsStreamModifier and TypeFieldDescriptionprivate GraphicsStream
Page.contents
The page contents.private GraphicsStream
PDFGraphics2D.gs
The content created by the Graphics2D instance.Constructors in org.jfree.pdf with parameters of type GraphicsStreamModifierConstructorDescription(package private)
PDFGraphics2D
(GraphicsStream gs, int width, int height) Creates a new instance ofPDFGraphics2D
.(package private)
PDFGraphics2D
(GraphicsStream gs, int width, int height, boolean skipJava2DTransform) Creates a new instance ofPDFGraphics2D
.