Uses of Class
org.apache.xmlgraphics.ps.dsc.ResourceTracker
-
Packages that use ResourceTracker Package Description org.apache.xmlgraphics.ps Classes for the creation of PostScript files. -
-
Uses of ResourceTracker in org.apache.xmlgraphics.ps
Fields in org.apache.xmlgraphics.ps declared as ResourceTracker Modifier and Type Field Description private ResourceTrackerPSGenerator. resTrackerMethods in org.apache.xmlgraphics.ps that return ResourceTracker Modifier and Type Method Description ResourceTrackerPSGenerator. getResourceTracker()Resturns the ResourceTracker instance associated with this PSGenerator.Methods in org.apache.xmlgraphics.ps with parameters of type ResourceTracker Modifier and Type Method Description voidPSGenerator. setResourceTracker(ResourceTracker resTracker)Sets the ResourceTracker instance to be associated with this PSGenerator.
-