Package | Description |
---|---|
org.apache.pdfbox.pdfviewer |
The pdfviewer package contains classes to graphically display information about a PDF document.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
PageDrawer.SHFill_Axial(PDShading Shading) |
Fill with an Axial Shading.
|
protected void |
PageDrawer.SHFill_CoonsPatch(PDShading Shading) |
Fill with a Coons patch mesh
If extending the class, override this and its siblings, not the public SHFill method.
|
protected void |
PageDrawer.SHFill_FreeGourad(PDShading Shading) |
Fill with a Free-form Gourad-shaded triangle mesh.
|
protected void |
PageDrawer.SHFill_Function(PDShading Shading) |
Fill with a Function-based gradient / shading.
|
protected void |
PageDrawer.SHFill_LatticeGourad(PDShading Shading) |
Fill with a Lattice-form Gourad-shaded triangle mesh.
|
protected void |
PageDrawer.SHFill_Radial(PDShading Shading) |
Fill with a Radial gradient / shading.
|
protected void |
PageDrawer.SHFill_TensorPatch(PDShading Shading) |
Fill with a Tensor-product patch mesh.
|