Class PdfSpecialCs.Separation
java.lang.Object
com.itextpdf.kernel.pdf.PdfObjectWrapper<PdfObject>
com.itextpdf.kernel.pdf.colorspace.PdfColorSpace
com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs
com.itextpdf.kernel.pdf.colorspace.PdfSpecialCs.Separation
- Enclosing class:
PdfSpecialCs
-
Nested Class Summary
Nested classes/interfaces inherited from class PdfSpecialCs
PdfSpecialCs.DeviceN, PdfSpecialCs.Indexed, PdfSpecialCs.NChannel, PdfSpecialCs.Pattern, PdfSpecialCs.Separation, PdfSpecialCs.UncoloredTilingPattern -
Field Summary
Fields inherited from class PdfColorSpace
DIRECT_COLOR_SPACES -
Constructor Summary
ConstructorsConstructorDescriptionSeparation(PdfArray pdfObject) Separation(PdfName name, PdfObject alternateSpace, PdfObject tintTransform) Separation(String name, PdfColorSpace alternateSpace, IPdfFunction tintTransform) Creates a new separation color space. -
Method Summary
Methods inherited from class PdfSpecialCs
flush, isWrappedObjectMustBeIndirectMethods inherited from class PdfColorSpace
makeColorSpace
-
Constructor Details
-
Separation
-
Separation
-
Separation
Creates a new separation color space.- Parameters:
name- The name for the separation coloralternateSpace- The alternate colorspacetintTransform- The function how the transform colors in the separation color space to the alternate color space
-
-
Method Details
-
getNumberOfComponents
public int getNumberOfComponents()- Specified by:
getNumberOfComponentsin classPdfColorSpace
-
getBaseCs
-
getName
-
getTintTransformation
Gets the function to calulate a separation color value to an alternative colorspace.- Returns:
- a
IPdfFunctionto perform the calculation
-
getSeparationCsArray
-