|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.pdf.PDFObject | +--org.apache.fop.pdf.PDFXObject
PDF XObject A derivative of the PDF Object, is a PDF Stream that has not only a dictionary but a stream of image data. the dictionary just provides information like the stream length
Fields inherited from class org.apache.fop.pdf.PDFObject |
generation,
number |
Constructor Summary | |
PDFXObject(int number,
int Xnumber,
FopImage img)
create an Xobject with the given number and name and load the image in the object |
Method Summary | |
int |
getXNumber()
|
protected int |
output(java.io.OutputStream stream)
represent as PDF |
Methods inherited from class org.apache.fop.pdf.PDFObject |
getNumber,
referencePDF |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public PDFXObject(int number, int Xnumber, FopImage img)
Method Detail |
public int getXNumber()
protected int output(java.io.OutputStream stream) throws java.io.IOException
stream
- the stream to write the PDF to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |