public class PdfBoxGraphics2DColorMapper extends Object implements IPdfBoxGraphics2DColorMapper
| Constructor and Description |
|---|
PdfBoxGraphics2DColorMapper() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.pdfbox.pdmodel.graphics.color.PDColor |
mapColor(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream,
Color color)
Map the given Color to a PDColor
|
public org.apache.pdfbox.pdmodel.graphics.color.PDColor mapColor(org.apache.pdfbox.pdmodel.PDPageContentStream contentStream,
Color color)
IPdfBoxGraphics2DColorMappermapColor in interface IPdfBoxGraphics2DColorMappercontentStream - the content streamcolor - the color to mapCopyright © 2018. All rights reserved.