|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PDFXObject | |
---|---|
org.foray.pdf.object | Classes representing various PDF objects, used in the construction of a PDF document. |
Uses of PDFXObject in org.foray.pdf.object |
---|
Subclasses of PDFXObject in org.foray.pdf.object | |
---|---|
class |
PDFXForm
Represents a "Form" XObject. |
class |
PDFXFormEps
A PDF "Form" XObject containing an EPS graphic. |
class |
PdfXFormMath
A PDF "Form" XObject containing a MathML document. |
class |
PDFXFormSvg
A PDF "Form" XObject containing an SVG. |
class |
PDFXImage
A sampled image that is to be embedded in a PDF File. |
class |
PDFXReference
Represents a "Reference" XObject, which is a reference to content from another PDF. |
Methods in org.foray.pdf.object that return PDFXObject | |
---|---|
PDFXObject |
PDFDocument.findXObject(org.axsl.graphic.Graphic graphic)
If a PDFXObject has already been created for a given URL, return that PDFXObject so that it can be reused. |
static PDFXObject |
PDFXObject.makeXObject(PDFDocument pdfDoc,
org.axsl.graphic.Graphic img,
org.axsl.font.FontConsumer fontConsumer,
boolean strokeText)
Factory method that encapsulates a Graphic instance into an appropriate PDFXObject instance. |
Methods in org.foray.pdf.object with parameters of type PDFXObject | |
---|---|
void |
PDFResources.addXObject(PDFXObject xObject)
Add an x object to the resources list. |
int |
PDFDocument.registerXObjectResource(org.axsl.graphic.Graphic graphic,
PDFXObject theXObject)
Register an X object for use in this document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |