intarsys PDF library API

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

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

Methods in de.intarsys.pdf.content that return PDColorSpace
 PDColorSpace GraphicsState.getNonStrokeColorSpace()
           
 PDColorSpace GraphicsState.getStrokeColorSpace()
           
 

Methods in de.intarsys.pdf.content with parameters of type PDColorSpace
 void ICSDevice.setNonStrokeColorSpace(COSName resourceName, PDColorSpace colorSpace)
          Set color space for non-stroking.
 void CSDeviceAdapter.setNonStrokeColorSpace(COSName name, PDColorSpace colorSpace)
           
 void GraphicsState.setNonStrokeColorSpace(PDColorSpace colorSpace)
           
 void ICSDevice.setStrokeColorSpace(COSName resourceName, PDColorSpace colorSpace)
          Set color space for stroking.
 void CSDeviceAdapter.setStrokeColorSpace(COSName name, PDColorSpace colorSpace)
           
 void GraphicsState.setStrokeColorSpace(PDColorSpace paramStrokeColorSpace)
           
 

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

Methods in de.intarsys.pdf.content.common with parameters of type PDColorSpace
 void CSCreator.setNonStrokeColorSpace(COSName name, PDColorSpace colorSpace)
           
 void CSCreator.setStrokeColorSpace(COSName name, PDColorSpace colorSpace)
           
 

Uses of PDColorSpace in de.intarsys.pdf.pd
 

Subclasses of PDColorSpace in de.intarsys.pdf.pd
 class PDCSCalGray
          Calibrated gray color space.
 class PDCSCalRGB
          Calibrated RGB color space.
 class PDCSCIEBased
          Abstract superclass for all CIE based color spaces
 class PDCSDevice
          Abstract superclass for all device color spaces.
 class PDCSDeviceCMYK
          Device color space CMYK support.
 class PDCSDeviceGray
          Device color space gray support.
 class PDCSDeviceN
          Special color space.
 class PDCSDeviceRGB
          Device color space RGB support.
 class PDCSICCBased
          ICC standards based color space definition.
 class PDCSIndexed
          Support for indexed color spaces.
 class PDCSLab
          Support for lab color space.
 class PDCSPattern
          Support for pattern based color spaces.
 class PDCSSeparation
          Separation color spaces.
 class PDCSSpecial
          Abstract superclass for special color spaces.
 

Methods in de.intarsys.pdf.pd that return PDColorSpace
 PDColorSpace PDCSSeparation.getAlternate()
           
 PDColorSpace PDCSICCBased.getAlternate()
           
 PDColorSpace PDCSDeviceN.getAlternate()
           
 PDColorSpace PDCSCalRGB.getAlternate()
           
 PDColorSpace PDCSCalGray.getAlternate()
           
 PDColorSpace PDCSIndexed.getBaseColorSpace()
           
 PDColorSpace PDShading.getColorSpace()
           
 PDColorSpace PDImage.getColorSpace()
          The color space used by the image.
 PDColorSpace PDResources.getColorSpaceResource(COSName name)
          A named ColorSpace resource from the resource dictionary.
static PDColorSpace PDColorSpace.getNamed(COSName name)
           
static PDColorSpace PDColorSpace.getSingleton(COSName name)
          return the singleton color space instance corresponding to the given name
 

Methods in de.intarsys.pdf.pd with parameters of type PDColorSpace
 void PDResources.addColorSpaceResource(COSName name, PDColorSpace colorSpace)
           
 COSName PDResources.createColorSpaceResource(PDColorSpace colorSpace)
          Return the name of a ColorSpace resource within the resource dictionary.
 void PDImage.setColorSpace(PDColorSpace paramCachedColorSpace)
          In inline images the color space may reference the resource dictionary.
 void DefaultAppearance.DefaultAppearanceDevice.setNonStrokeColorSpace(COSName name, PDColorSpace colorSpace)
           
 void DefaultAppearance.DefaultAppearanceDevice.setStrokeColorSpace(COSName name, PDColorSpace colorSpace)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.