Uses of Class
com.orsonpdf.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 com.orsonpdf
Fields in com.orsonpdf declared as GraphicsStreamModifier and TypeFieldDescriptionprivate GraphicsStreamPage.contentsThe page contents.private GraphicsStreamPDFGraphics2D.gsThe content created by the Graphics2D instance.Constructors in com.orsonpdf with parameters of type GraphicsStreamModifierConstructorDescriptionPDFGraphics2D(GraphicsStream gs, int width, int height) Creates a new instance ofPDFGraphics2D.PDFGraphics2D(GraphicsStream gs, int width, int height, boolean skipJava2DTransform) Creates a new instance ofPDFGraphics2D.