| Modifier and Type | Class and Description |
|---|---|
class |
PdfBoxGraphics2DColorMapper |
class |
RGBtoCMYKColorMapper
Usage:
PdfBoxGraphics2D pdfBoxGraphics2D = new PdfBoxGraphics2D(this.doc, (int) (width), (int) (height));
PdfBoxGraphics2DColorMapper colorMapper = new RGBtoCMYKColorMapper(icc_profile);
pdfBoxGraphics2D.setColorMapper(colorMapper);
Where ICC_Profile is an instance of java.awt.color.ICC_Profile that supports
a CMYK colorspace.
|
| Modifier and Type | Field and Description |
|---|---|
protected IPdfBoxGraphics2DColorMapper |
PdfBoxGraphics2DPaintApplier.PaintApplierState.colorMapper |
| Modifier and Type | Method and Description |
|---|---|
IPdfBoxGraphics2DColorMapper |
IPdfBoxGraphics2DPaintApplier.IPaintEnv.getColorMapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfBoxGraphics2D.setColorMapper(IPdfBoxGraphics2DColorMapper colorMapper)
Set a new color mapper.
|
Copyright © 2022. All rights reserved.