xmlgraphics-commons 1.0

Uses of Class
org.apache.xmlgraphics.ps.PSGenerator

Packages that use PSGenerator
org.apache.xmlgraphics.java2d.ps   
org.apache.xmlgraphics.ps Classes for the creation of PostScript files. 
 

Uses of PSGenerator in org.apache.xmlgraphics.java2d.ps
 

Fields in org.apache.xmlgraphics.java2d.ps declared as PSGenerator
protected  PSGenerator PSGraphics2D.gen
          the PostScript generator being created
 

Methods in org.apache.xmlgraphics.java2d.ps that return PSGenerator
 PSGenerator PSGraphics2D.getPSGenerator()
           
 

Methods in org.apache.xmlgraphics.java2d.ps with parameters of type PSGenerator
 void PSGraphics2D.setPSGenerator(PSGenerator gen)
          Sets the PostScript generator
 

Constructors in org.apache.xmlgraphics.java2d.ps with parameters of type PSGenerator
PSGraphics2D(boolean textAsShapes, PSGenerator gen)
          Create a new Graphics2D that generates PostScript code.
 

Uses of PSGenerator in org.apache.xmlgraphics.ps
 

Methods in org.apache.xmlgraphics.ps with parameters of type PSGenerator
static void PSProcSets.writeFOPStdProcSet(PSGenerator gen)
          Generates a resource defining standard procset for FOP.
static void PSProcSets.writeFOPEPSProcSet(PSGenerator gen)
          Generates a resource defining a procset for including EPS graphics.
static void PSImageUtils.writeImage(byte[] img, java.awt.Dimension imgDim, java.lang.String imgName, java.awt.geom.Rectangle2D targetRect, boolean isJPEG, java.awt.color.ColorSpace colorSpace, PSGenerator gen)
          Writes a bitmap image to the PostScript stream.
static void PSImageUtils.renderBitmapImage(java.awt.image.RenderedImage img, float x, float y, float w, float h, PSGenerator gen)
          Renders a bitmap image to PostScript.
static void PSImageUtils.renderEPS(byte[] rawEPS, java.lang.String name, float x, float y, float w, float h, float bboxx, float bboxy, float bboxw, float bboxh, PSGenerator gen)
          Places an EPS file in the PostScript stream.
static void PSFontUtils.embedType1Font(PSGenerator gen, java.io.InputStream in)
          This method reads a Type 1 font from a stream and embeds it into a PostScript stream.
static void PSFontUtils.defineWinAnsiEncoding(PSGenerator gen)
          Defines the WinAnsi encoding for use in PostScript files.
 void PSState.reestablish(PSGenerator gen)
          Reestablishes the graphics state represented by this instance by issueing the necessary commands.
 


xmlgraphics-commons 1.0

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.