intarsys PDF library API

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

Packages that use ICSDevice
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. 
de.intarsys.pdf.pd The higher level building blocks of a PDF document. 
 

Uses of ICSDevice in de.intarsys.pdf.content
 

Classes in de.intarsys.pdf.content that implement ICSDevice
 class CSDeviceAdapter
          An adapter implementation for ICSDevice.
 class CSShapeDevice
          A ICSDevice creating AWT Shape instances from the path painting operators.
 class CSVirtualDevice
          A "virtual" device, managing most of the GraphicsState itself.
 

Methods in de.intarsys.pdf.content that return ICSDevice
 ICSDevice CSDeviceBasedInterpreter.getDevice()
          The ICSDevice currently associated with the interpreter.
 

Constructors in de.intarsys.pdf.content with parameters of type ICSDevice
CSDeviceBasedInterpreter(Map paramOptions, ICSDevice device)
           
 

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

Classes in de.intarsys.pdf.content.common that implement ICSDevice
 class CSBoundingBoxCollector
          Determine the bounding box of the content streams graphic primitives.
 class CSCreator
          An implementation helping to create a PDF content stream using higher level abstractions than the PDF operators.
 

Methods in de.intarsys.pdf.content.common with parameters of type ICSDevice
static void CSDeviceTools.setNonStrokeColor(ICSDevice device, float[] color)
           
static void CSDeviceTools.setStrokeColor(ICSDevice device, float[] color)
           
 

Uses of ICSDevice in de.intarsys.pdf.pd
 

Classes in de.intarsys.pdf.pd that implement ICSDevice
 class DefaultAppearance.DefaultAppearanceDevice
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.