java.lang.Object | |
↳ | com.pdftron.pdf.Separation |
Separation contains a memory buffer and CMYK components' information about rasterized separations used in PDFDraw.getSeparationBitmaps() and PDFRasterizer.rasterizeSeparations()
Note: This class is available on all platforms supported by PDFNet.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Separation(String m_separation_name, byte[] m_data, byte c, byte m, byte y, byte k)
Separation constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
byte |
C()
Gets Cyan component value in CMYK
| ||||||||||
byte |
K()
Gets Black component value in CMYK
| ||||||||||
byte |
M()
Gets Magenta component value in CMYK
| ||||||||||
byte |
Y()
Gets Yellow component value in CMYK
| ||||||||||
byte[] |
getData()
Gets data buffer
| ||||||||||
int |
getDataSize()
Gets data size of the separation
| ||||||||||
String |
getSeparationName()
Gets the name of the separation
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Separation constructor