intarsys PDF library API

Uses of Class
de.intarsys.pdf.pd.PDShading

Packages that use PDShading
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 PDShading in de.intarsys.pdf.content
 

Methods in de.intarsys.pdf.content with parameters of type PDShading
 void ICSDevice.doShading(COSName resourceName, PDShading shading)
          Paint shape and color shading according to shading dictionary.
 void CSDeviceAdapter.doShading(COSName name, PDShading shading)
           
 

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

Methods in de.intarsys.pdf.content.common with parameters of type PDShading
 void CSCreator.doShading(COSName name, PDShading shading)
           
 

Uses of PDShading in de.intarsys.pdf.pd
 

Subclasses of PDShading in de.intarsys.pdf.pd
 class PDAxialShading
          Use axial shading for filling the shape.
 class PDCoonsShading
          Use coons shading for filling the shape.
 class PDFreeFormShading
          Use a free form shading when filling the shape.
 class PDFunctionBasedShading
          Evaluate a function when filling the shape.
 class PDLatticeFormShading
          Use the lattice shading when filling the shape.
 class PDRadialShading
          Use radial shading for filling the shape.
 class PDTensorProductShading
          Use tensor product shading when filling the shape.
 

Methods in de.intarsys.pdf.pd that return PDShading
 PDShading PDShadingPattern.getShading()
           
 PDShading PDResources.getShadingResource(COSName name)
          Return a named Pattern resource from the resource dictionary.
 

Methods in de.intarsys.pdf.pd with parameters of type PDShading
 void PDResources.addShadingResource(COSName name, PDShading shading)
           
 COSName PDResources.createShadingResource(PDShading shading)
          Return the name of a shading resource within the resource dictionary.
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.