Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.TriangleBasedShadingContext
Packages that use TriangleBasedShadingContext
Package
Description
This package deals with shadings which are used for filling instead of a color.
-
Uses of TriangleBasedShadingContext in org.apache.pdfbox.pdmodel.graphics.shading
Subclasses of TriangleBasedShadingContext in org.apache.pdfbox.pdmodel.graphics.shadingModifier and TypeClassDescription(package private) class
Shades Gouraud triangles for Type4ShadingContext and Type5ShadingContext.(package private) class
This class is extended in Type6ShadingContext and Type7ShadingContext.(package private) class
AWT PaintContext for Gouraud Triangle Mesh (Type 4) shading.(package private) class
AWT PaintContext for Gouraud Triangle Lattice (Type 5) shading.(package private) class
AWT PaintContext for coons patch meshes (type 6) shading.(package private) class
AWT PaintContext for tensor-product patch meshes (type 7) shading.