| 
 | |||||||||
| 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. | 
|  PdfExponentialInterpolationFunction | 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(PdfExponentialInterpolationFunction 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 used
public PdfSeparationColorSpace(java.lang.String colorant,
                               PdfRGBColor baseColor,
                               PdfDocumentBase poDocument)
colorant - The name of the colorantbaseColor - The base color to be used| Method 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 PdfExponentialInterpolationFunction getTintTransform()
public void setTintTransform(PdfExponentialInterpolationFunction value)
public byte[] getProfileData()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||