Package | Description |
---|---|
org.apache.pdfbox.pdmodel.graphics.shading |
This package deals with shadings which are used for filling instead of a color.
|
Modifier and Type | Method and Description |
---|---|
private CoordinateColorPair[][] |
TensorPatch.getPatchCoordinatesColor() |
private CoordinateColorPair[][] |
CoonsPatch.getPatchCoordinatesColor(CubicBezierCurve c1,
CubicBezierCurve c2,
CubicBezierCurve d1,
CubicBezierCurve d2) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<ShadedTriangle> |
Patch.getShadedTriangles(CoordinateColorPair[][] patchCC)
An assistant method to accomplish type 6 and type 7 shading.
|