Uses of Class
org.apache.pdfbox.pdmodel.graphics.shading.ShadedTriangle
Packages that use ShadedTriangle
Package
Description
This package deals with shadings which are used for filling instead of a color.
-
Uses of ShadedTriangle in org.apache.pdfbox.pdmodel.graphics.shading
Fields in org.apache.pdfbox.pdmodel.graphics.shading with type parameters of type ShadedTriangleModifier and TypeFieldDescriptionprotected List<ShadedTriangle> Patch.listOfTrianglesprivate List<ShadedTriangle> GouraudShadingContext.triangleListtriangle list.Methods in org.apache.pdfbox.pdmodel.graphics.shading that return types with arguments of type ShadedTriangleModifier and TypeMethodDescription(package private) List<ShadedTriangle> PDShadingType4.collectTriangles(AffineTransform xform, Matrix matrix) (package private) List<ShadedTriangle> PDShadingType5.collectTriangles(AffineTransform xform, Matrix matrix) (package private) abstract List<ShadedTriangle> PDTriangleBasedShadingType.collectTriangles(AffineTransform xform, Matrix matrix) private List<ShadedTriangle> PDShadingType5.createShadedTriangleList(int rowNum, int numPerRow, Vertex[][] latticeArray) protected List<ShadedTriangle> Patch.getShadedTriangles(CoordinateColorPair[][] patchCC) An assistant method to accomplish type 6 and type 7 shading.private List<ShadedTriangle> CoonsPatch.getTriangles()private List<ShadedTriangle> TensorPatch.getTriangles()Method parameters in org.apache.pdfbox.pdmodel.graphics.shading with type arguments of type ShadedTriangleModifier and TypeMethodDescriptionprotected int[][]TriangleBasedShadingContext.calcPixelTable(List<ShadedTriangle> triangleList, int[][] array, Rectangle deviceBounds) Get the points from the triangles, calculate their color and add point-color mappings.protected voidTriangleBasedShadingContext.calcPixelTable(List<ShadedTriangle> triangleList, Map<Point, Integer> map, Rectangle deviceBounds) Deprecated.the map was replaced with an array due to a better performance(package private) final voidGouraudShadingContext.setTriangleList(List<ShadedTriangle> triangleList)