Package de.rototor.pdfbox.graphics2d
Interface IPdfBoxGraphics2DPaintApplier.IPaintEnv
-
- Enclosing interface:
- IPdfBoxGraphics2DPaintApplier
public static interface IPdfBoxGraphics2DPaintApplier.IPaintEnvThe different mappers used by the paint applier. This interface is implemented internally byPdfBoxGraphics2D
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPdfBoxGraphics2DColorMappergetColorMapper()CompositegetComposite()org.apache.pdfbox.pdmodel.PDDocumentgetDocument()PdfBoxGraphics2DgetGraphics2D()IPdfBoxGraphics2DImageEncodergetImageEncoder()org.apache.pdfbox.pdmodel.PDResourcesgetResources()ColorgetXORMode()
-
-
-
Method Detail
-
getColorMapper
IPdfBoxGraphics2DColorMapper getColorMapper()
- Returns:
- the color mapper
-
getImageEncoder
IPdfBoxGraphics2DImageEncoder getImageEncoder()
- Returns:
- the image encoder
-
getDocument
org.apache.pdfbox.pdmodel.PDDocument getDocument()
- Returns:
- the document
-
getResources
org.apache.pdfbox.pdmodel.PDResources getResources()
- Returns:
- the resource of the content stream
-
getComposite
Composite getComposite()
- Returns:
- the
Graphics2DComposite
-
getGraphics2D
PdfBoxGraphics2D getGraphics2D()
- Returns:
- The PdfBoxGraphics2D
-
getXORMode
Color getXORMode()
- Returns:
- the
Graphics2DXOR ModeColoror null if paint mode is active.
-
-