Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDShading
Packages that use PDShading
Package
Description
The pdfviewer package contains classes to graphically display information about a PDF document.
-
Uses of PDShading in org.apache.pdfbox.pdfviewer
Methods in org.apache.pdfbox.pdfviewer with parameters of type PDShadingModifier and TypeMethodDescriptionprotected 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.