Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.CoordinateColorPair
-
Packages that use CoordinateColorPair Package Description org.apache.pdfbox.pdmodel.graphics.shading 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 CoordinateColorPair Modifier and Type Method Description private 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 CoordinateColorPair Modifier and Type Method Description protected java.util.List<ShadedTriangle>Patch. getShadedTriangles(CoordinateColorPair[][] patchCC)An assistant method to accomplish type 6 and type 7 shading.
-