|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFShading | |
---|---|
org.foray.pdf.object | Classes representing various PDF objects, used in the construction of a PDF document. |
Uses of PDFShading in org.foray.pdf.object |
---|
Methods in org.foray.pdf.object with parameters of type PDFShading | |
---|---|
void |
PDFResources.addShading(PDFShading shading)
Add a shading to the resources list. |
void |
PDFPage.addShading(PDFShading shading)
Add a shading to this page. |
int |
PDFDocument.registerShadingResource(PDFShading shading)
Register a shading resource for use in this document. |
Constructors in org.foray.pdf.object with parameters of type PDFShading | |
---|---|
PDFPattern(PDFDocument doc,
int thePatternType,
PDFShading theShading,
List<Integer> theXUID,
StringBuilder theExtGState,
List<Double> theMatrix)
Create a type 2 pattern (smooth shading). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |