intarsys PDF library API

Uses of Interface
de.intarsys.pdf.content.ICSInterpreter

Packages that use ICSInterpreter
de.intarsys.pdf.content The "content" package contains functionality to work on PDF content streams. 
de.intarsys.pdf.content.common Some common implementations on PDF content stream. 
 

Uses of ICSInterpreter in de.intarsys.pdf.content
 

Classes in de.intarsys.pdf.content that implement ICSInterpreter
 class CSDeviceBasedInterpreter
          A content stream interpreter for PDF graphics primitives that delegates execution to an ICSDevice object.
 class CSInterpreter
          An abstrct superclass for implementing an interpreter for PDF content streams.
 

Methods in de.intarsys.pdf.content that return ICSInterpreter
 ICSInterpreter ICSDevice.getInterpreter()
          The ICSInterpreter associated with this ICSDevice.
 ICSInterpreter CSDeviceAdapter.getInterpreter()
           
 

Methods in de.intarsys.pdf.content with parameters of type ICSInterpreter
 void ICSDevice.open(ICSInterpreter interpreter)
          Open the device for use by interpreter.
 void CSVirtualDevice.open(ICSInterpreter pInterpreter)
           
 void CSDeviceAdapter.open(ICSInterpreter pInterpreter)
           
 

Uses of ICSInterpreter in de.intarsys.pdf.content.common
 

Methods in de.intarsys.pdf.content.common with parameters of type ICSInterpreter
 void CSCreator.open(ICSInterpreter pInterpreter)
           
 void CSBoundingBoxCollector.open(ICSInterpreter pInterpreter)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.