Package de.rototor.pdfbox.graphics2d
Schnittstelle IPdfBoxGraphics2DMarkedContentDrawer
public interface IPdfBoxGraphics2DMarkedContentDrawer
Functional Interface to allow draw within a marked content sequence
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoiddraw(PdfBoxGraphics2D gfx) Draw within a marked content.
-
Methodendetails
-
draw
Draw within a marked content. All state changes on the given gfx will not have any effect after returning from this call- Parameter:
gfx- the graphics to draw on. Do NOT dispose this.- Löst aus:
IOException
-