Uses of Interface
de.rototor.pdfbox.graphics2d.IPdfBoxGraphics2DColorMapper
-
Packages that use IPdfBoxGraphics2DColorMapper Package Description de.rototor.pdfbox.graphics2d -
-
Uses of IPdfBoxGraphics2DColorMapper in de.rototor.pdfbox.graphics2d
Classes in de.rototor.pdfbox.graphics2d that implement IPdfBoxGraphics2DColorMapper Modifier and Type Class Description class
PdfBoxGraphics2DColorMapper
class
RGBtoCMYKColorMapper
Usage:Fields in de.rototor.pdfbox.graphics2d declared as IPdfBoxGraphics2DColorMapper Modifier and Type Field Description private IPdfBoxGraphics2DColorMapper
PdfBoxGraphics2D. colorMapper
protected IPdfBoxGraphics2DColorMapper
PdfBoxGraphics2DPaintApplier.PaintApplierState. colorMapper
Methods in de.rototor.pdfbox.graphics2d that return IPdfBoxGraphics2DColorMapper Modifier and Type Method Description IPdfBoxGraphics2DColorMapper
IPdfBoxGraphics2DPaintApplier.IPaintEnv. getColorMapper()
IPdfBoxGraphics2DColorMapper
PdfBoxGraphics2D.PaintEnvImpl. getColorMapper()
Methods in de.rototor.pdfbox.graphics2d with parameters of type IPdfBoxGraphics2DColorMapper Modifier and Type Method Description void
PdfBoxGraphics2D. setColorMapper(IPdfBoxGraphics2DColorMapper colorMapper)
Set a new color mapper.
-