public interface IPdfBoxGraphics2DColorMapper
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPdfBoxGraphics2DColorMapper.IColorMapperEnv
Environment to use for mapping the given color
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.pdfbox.pdmodel.graphics.color.PDColor |
mapColor(Color color,
IPdfBoxGraphics2DColorMapper.IColorMapperEnv env)
Map the given Color to a PDColor
|
org.apache.pdfbox.pdmodel.graphics.color.PDColor mapColor(Color color, IPdfBoxGraphics2DColorMapper.IColorMapperEnv env)
color - the color to mapenv - the environment which allow getting the content stream, resources
etc.Copyright © 2022. All rights reserved.