|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFResources | |
---|---|
org.foray.pdf.object | Classes representing various PDF objects, used in the construction of a PDF document. |
Uses of PDFResources in org.foray.pdf.object |
---|
Methods in org.foray.pdf.object that return PDFResources | |
---|---|
PDFResources |
PDFDocument.getResources()
Returns the /Resources object for the document. |
Constructors in org.foray.pdf.object with parameters of type PDFResources | |
---|---|
PDFPage(PDFDocument doc,
PDFResources resources,
int pagewidth,
int pageheight)
Create a /Page object. |
|
PDFPattern(PDFDocument doc,
PDFResources theResources,
int thePatternType,
int thePaintType,
int theTilingType,
List<Double> theBBox,
double theXStep,
double theYStep,
List<Double> theMatrix,
List<Integer> theXUID,
StringBuilder thePatternDataStream)
Create a tiling pattern (type 1). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |