Package de.rototor.pdfbox.graphics2d
Interface IPdfBoxGraphics2DMarkedContentDrawer
-
public interface IPdfBoxGraphics2DMarkedContentDrawerFunctional Interface to allow draw within a marked content sequence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddraw(PdfBoxGraphics2D gfx)Draw within a marked content.
-
-
-
Method Detail
-
draw
void draw(PdfBoxGraphics2D gfx) throws IOException
Draw within a marked content. All state changes on the given gfx will not have any effect after returning from this call- Parameters:
gfx- the graphics to draw on. Do NOT dispose this.- Throws:
IOException
-
-