Package de.rototor.pdfbox.graphics2d
Interface IPdfBoxGraphics2DDrawControl.IDrawControlEnv
- Enclosing interface:
IPdfBoxGraphics2DDrawControl
public static interface IPdfBoxGraphics2DDrawControl.IDrawControlEnv
The environment of the draw operation
-
Method Summary
-
Method Details
-
getPaint
Paint getPaint()- Returns:
- the current paint set on the graphics.
-
getGraphics
PdfBoxGraphics2D getGraphics()- Returns:
- the graphics currently drawn on
-