|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |
java.lang.objectcom.spire.pdf.colorspace.pdfcolorspaces
com.spire.pdf.colorspace.pdfseparationcolorspace
public class pdfseparationcolorspace
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 |
---|
public pdfseparationcolorspace(java.lang.string colorant, pdfrgbcolor basecolor)
colorant
- the name of the colorantbasecolor
- the base color to be usedpublic pdfseparationcolorspace(java.lang.string colorant, pdfrgbcolor basecolor, pdfdocumentbase podocument)
colorant
- the name of the colorantbasecolor
- the base color to be usedmethod detail |
---|
public pdfrgbcolor getbasecolor()
public void setbasecolor(pdfrgbcolor value)
public pdfcolorspaces getalternatecolorspaces()
public void setalternatecolorspaces(pdfcolorspaces value)
public java.lang.string getcolorant()
public void setcolorant(java.lang.string value)
public gettinttransform()
public void settinttransform( value)
public byte[] getprofiledata()
|
|||||||||
prev class next class | frames no frames | ||||||||
summary: nested | field | constr | method | detail: field | constr | method |