Schnittstelle IPdfBoxGraphics2DColorMapper

Alle bekannten Implementierungsklassen:
PdfBoxGraphics2DColorMapper, RGBtoCMYKColorMapper

public interface IPdfBoxGraphics2DColorMapper
Map Color to 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 map
      env - the environment which allow getting the content stream, resources etc.
      Gibt zurück:
      the mapped color