public interface IPdfBoxGraphics2DDrawControl
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IPdfBoxGraphics2DDrawControl.IDrawControlEnv
The environment of the draw operation
|
| Modifier and Type | Method and Description |
|---|---|
void |
afterShapeDraw(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
Called after shape was drawn.
|
void |
afterShapeFill(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
Called after shape was filled.
|
Shape |
transformShapeBeforeDraw(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
You may optional change the shape that is going to be drawn.
|
Shape |
transformShapeBeforeFill(Shape shape,
IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
You may optional change the shape that is going to be filled.
|
Shape transformShapeBeforeFill(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
shape - the shape that will be drawnenv - EnvironmentShape transformShapeBeforeDraw(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
shape - the shape that will be drawnenv - Environmentvoid afterShapeFill(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
transformShapeBeforeFill(java.awt.Shape, IDrawControlEnv) returns
null.shape - the shape that was filled. This is the original shape, not the one
transformed by
transformShapeBeforeFill(java.awt.Shape, IDrawControlEnv).env - Environmentvoid afterShapeDraw(Shape shape, IPdfBoxGraphics2DDrawControl.IDrawControlEnv env)
transformShapeBeforeDraw(java.awt.Shape, IDrawControlEnv) returns
null.shape - the shape that was drawn. This is the original shape, not the one
transformed by
transformShapeBeforeDraw(java.awt.Shape, IDrawControlEnv).env - EnvironmentCopyright © 2022. All rights reserved.