Uses of Class
org.apache.pdfbox.pdmodel.graphics.PDShading
-
Packages that use PDShading Package Description org.apache.pdfbox.pdfviewer 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 PDShading Modifier and Type Method Description protected voidPageDrawer. SHFill_Axial(PDShading Shading)Fill with an Axial Shading.protected voidPageDrawer. 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 voidPageDrawer. SHFill_FreeGourad(PDShading Shading)Fill with a Free-form Gourad-shaded triangle mesh.protected voidPageDrawer. SHFill_Function(PDShading Shading)Fill with a Function-based gradient / shading.protected voidPageDrawer. SHFill_LatticeGourad(PDShading Shading)Fill with a Lattice-form Gourad-shaded triangle mesh.protected voidPageDrawer. SHFill_Radial(PDShading Shading)Fill with a Radial gradient / shading.protected voidPageDrawer. SHFill_TensorPatch(PDShading Shading)Fill with a Tensor-product patch mesh.
-