Uses of Interface
de.rototor.pdfbox.graphics2d.IPdfBoxGraphics2DDrawControl.IDrawControlEnv
-
-
Uses of IPdfBoxGraphics2DDrawControl.IDrawControlEnv in de.rototor.pdfbox.graphics2d
Methods in de.rototor.pdfbox.graphics2d with parameters of type IPdfBoxGraphics2DDrawControl.IDrawControlEnv Modifier and Type Method Description voidIPdfBoxGraphics2DDrawControl. afterShapeDraw(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)Called after shape was drawn.voidPdfBoxGraphics2DDrawControlDefault. afterShapeDraw(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)voidIPdfBoxGraphics2DDrawControl. afterShapeFill(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)Called after shape was filled.voidPdfBoxGraphics2DDrawControlDefault. afterShapeFill(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)ShapeIPdfBoxGraphics2DDrawControl. transformShapeBeforeDraw(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)You may optional change the shape that is going to be drawn.ShapePdfBoxGraphics2DDrawControlDefault. transformShapeBeforeDraw(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)ShapeIPdfBoxGraphics2DDrawControl. transformShapeBeforeFill(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)You may optional change the shape that is going to be filled.ShapePdfBoxGraphics2DDrawControlDefault. transformShapeBeforeFill(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
-