Package de.rototor.pdfbox.graphics2d
Schnittstelle IPdfBoxGraphics2DColorMapper
- Alle bekannten Implementierungsklassen:
PdfBoxGraphics2DColorMapper,RGBtoCMYKColorMapper
public interface IPdfBoxGraphics2DColorMapper
Map Color to PDColor
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypSchnittstelleBeschreibungstatic interfaceEnvironment to use for mapping the given color -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungorg.apache.pdfbox.pdmodel.graphics.color.PDColorMap the given Color to a PDColor
-
Methodendetails
-
mapColor
org.apache.pdfbox.pdmodel.graphics.color.PDColor mapColor(Color color, IPdfBoxGraphics2DColorMapper.IColorMapperEnv env) Map the given Color to a PDColor- Parameter:
color- the color to mapenv- the environment which allow getting the content stream, resources etc.- Gibt zurück:
- the mapped color
-