xmlgraphics-commons 1.2

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

Packages that use PSResource
org.apache.xmlgraphics.ps Classes for the creation of PostScript files. 
org.apache.xmlgraphics.ps.dsc Tools for DSC-compliant PostScript files (DSC = Document Structuring Conventions). 
org.apache.xmlgraphics.ps.dsc.events Event classes used by the DSC parser. 
 

Uses of PSResource in org.apache.xmlgraphics.ps
 

Subclasses of PSResource in org.apache.xmlgraphics.ps
 class PSProcSet
          PSResource subclass that represents a ProcSet resource.
 

Fields in org.apache.xmlgraphics.ps declared as PSResource
static PSResource PSProcSets.EPS_PROCSET
          the EPS procset for the XML Graphics project
static PSResource PSProcSets.STD_PROCSET
          the standard procset for the XML Graphics project
 

Methods in org.apache.xmlgraphics.ps that return PSResource
static PSResource PSImageUtils.writeReusableImage(byte[] img, java.awt.Dimension imgDim, java.lang.String formName, java.lang.String imageDescription, boolean isJPEG, java.awt.color.ColorSpace colorSpace, PSGenerator gen)
          Writes a bitmap image as a PostScript form enclosed by DSC resource wrappers to the PostScript file.
 

Methods in org.apache.xmlgraphics.ps with parameters of type PSResource
 boolean PSGenerator.isResourceSupplied(PSResource res)
          Deprecated. Use the isResourceSupplied() on ResourceTracker instead.
 void PSGenerator.notifyResourceUsage(PSResource res, boolean needed)
          Deprecated. Use the notifyResourceUsageOnPage() on ResourceTracker instead
static void PSImageUtils.paintForm(PSResource form, java.awt.geom.Rectangle2D targetRect, PSGenerator gen)
          Paints a reusable image (previously added as a PostScript form).
 

Uses of PSResource in org.apache.xmlgraphics.ps.dsc
 

Methods in org.apache.xmlgraphics.ps.dsc with parameters of type PSResource
 boolean ResourceTracker.isResourceSupplied(PSResource res)
          Indicates whether a particular resource is supplied, rather than needed.
 void ResourceTracker.notifyResourceUsageOnPage(PSResource res)
          Notifies the resource tracker about the usage of a resource on the current page.
 void ResourceTracker.registerNeededResource(PSResource res)
          Registers a needed resource.
 void ResourceTracker.registerSuppliedResource(PSResource res)
          Registers a supplied resource.
 

Uses of PSResource in org.apache.xmlgraphics.ps.dsc.events
 

Methods in org.apache.xmlgraphics.ps.dsc.events that return PSResource
 PSResource DSCCommentBeginResource.getResource()
          Returns the associated PSResource.
 

Methods in org.apache.xmlgraphics.ps.dsc.events with parameters of type PSResource
 void AbstractResourcesDSCComment.addResource(PSResource res)
          Adds a new resource.
 

Constructors in org.apache.xmlgraphics.ps.dsc.events with parameters of type PSResource
DSCCommentBeginResource(PSResource resource)
          Creates a new instance for a given PSResource instance
DSCCommentBeginResource(PSResource resource, int min, int max)
          Creates a new instance for a given PSResource instance
 


xmlgraphics-commons 1.2

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