Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.CoordinateColorPair
Packages that use CoordinateColorPair
Package
Description
This package deals with shadings which are used for filling instead of a color.
-
Uses of CoordinateColorPair in org.apache.pdfbox.pdmodel.graphics.shading
Methods in org.apache.pdfbox.pdmodel.graphics.shading that return CoordinateColorPairModifier and TypeMethodDescriptionprivate CoordinateColorPair[][]
CoonsPatch.getPatchCoordinatesColor
(CubicBezierCurve c1, CubicBezierCurve c2, CubicBezierCurve d1, CubicBezierCurve d2) private CoordinateColorPair[][]
TensorPatch.getPatchCoordinatesColor()
Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type CoordinateColorPairModifier and TypeMethodDescriptionprotected List<ShadedTriangle>
Patch.getShadedTriangles
(CoordinateColorPair[][] patchCC) An assistant method to accomplish type 6 and type 7 shading.