intarsys PDF library API

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

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

Methods in de.intarsys.pdf.content with parameters of type PDPattern
 void ICSDevice.setNonStrokeColorValues(float[] values, COSName resourceName, PDPattern pattern)
          Set the color used for non stroking operations, dependent on the currently selected special color spaces.
 void CSDeviceAdapter.setNonStrokeColorValues(float[] values, COSName name, PDPattern pattern)
           
 void ICSDevice.setStrokeColorValues(float[] values, COSName resourceName, PDPattern pattern)
          Set the color used for stroking operations, dependent on the currently selected special color spaces.
 void CSDeviceAdapter.setStrokeColorValues(float[] values, COSName name, PDPattern pattern)
           
 

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

Methods in de.intarsys.pdf.content.common with parameters of type PDPattern
 void CSCreator.setNonStrokeColorValues(float[] values, COSName name, PDPattern pattern)
           
 void CSCreator.setStrokeColorValues(float[] values, COSName name, PDPattern pattern)
           
 

Uses of PDPattern in de.intarsys.pdf.pd
 

Subclasses of PDPattern in de.intarsys.pdf.pd
 class PDShadingPattern
          A shading fill pattern.
 class PDTilingPattern
          A tile used to filll the shape.
 

Methods in de.intarsys.pdf.pd that return PDPattern
 PDPattern PDResources.getPatternResource(COSName name)
          Return a named Pattern resource from the resource dictionary.
 

Methods in de.intarsys.pdf.pd with parameters of type PDPattern
 void PDResources.addPatternResource(COSName name, PDPattern pattern)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.