pdfseparationcolorspace-ag凯发旗舰厅



com.spire.pdf.colorspace
class pdfseparationcolorspace

java.lang.object
  extended by com.spire.pdf.colorspace.pdfcolorspaces
      extended by com.spire.pdf.colorspace.pdfseparationcolorspace
all implemented interfaces:
ipdfwrapper

public class pdfseparationcolorspace
extends pdfcolorspaces
implements ipdfwrapper

represents a separation colorspace


constructor summary
pdfseparationcolorspace(java.lang.string colorant, pdfrgbcolor basecolor)
          initializes a new instance of the pdfseparationcolorspace class.
pdfseparationcolorspace(java.lang.string colorant, pdfrgbcolor basecolor, pdfdocumentbase podocument)
          initializes a new instance of the pdfseparationcolorspace class.
 
method summary
 pdfcolorspaces getalternatecolorspaces()
          gets or sets the alternate color spaces.
 pdfrgbcolor getbasecolor()
          the base color to be used.
 java.lang.string getcolorant()
          the name of the colorant.
 byte[] getprofiledata()
          get the profile data.
  gettinttransform()
          gets the tint transform function for the this colorspace.
 void setalternatecolorspaces(pdfcolorspaces value)
           
 void setbasecolor(pdfrgbcolor value)
           
 void setcolorant(java.lang.string value)
           
 void settinttransform( value)
          sets the tint transform function for the this colorspace.
 
constructor detail

pdfseparationcolorspace

public pdfseparationcolorspace(java.lang.string colorant,
                               pdfrgbcolor basecolor)
initializes a new instance of the pdfseparationcolorspace class.
parameters:
colorant - the name of the colorant
basecolor - the base color to be used

pdfseparationcolorspace

public pdfseparationcolorspace(java.lang.string colorant,
                               pdfrgbcolor basecolor,
                               pdfdocumentbase podocument)
initializes a new instance of the pdfseparationcolorspace class.
parameters:
colorant - the name of the colorant
basecolor - the base color to be used
method detail

getbasecolor

public pdfrgbcolor getbasecolor()
the base color to be used.

setbasecolor

public void setbasecolor(pdfrgbcolor value)

getalternatecolorspaces

public pdfcolorspaces getalternatecolorspaces()
gets or sets the alternate color spaces.

setalternatecolorspaces

public void setalternatecolorspaces(pdfcolorspaces value)

getcolorant

public java.lang.string getcolorant()
the name of the colorant.

setcolorant

public void setcolorant(java.lang.string value)

gettinttransform

public  gettinttransform()
gets the tint transform function for the this colorspace.

settinttransform

public void settinttransform( value)
sets the tint transform function for the this colorspace.

getprofiledata

public byte[] getprofiledata()
get the profile data.
returns:
the profile data


网站地图