|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.quercus.lib.pdf.PDFObject
com.caucho.quercus.lib.pdf.PDFEmbeddedFile
public class PDFEmbeddedFile
deals with an image
Constructor Summary | |
---|---|
PDFEmbeddedFile(Path path)
|
Method Summary | |
---|---|
int |
getId()
Returns the object id. |
void |
setId(int id)
Sets the object id. |
void |
writeObject(PDFWriter out)
Writes the object to the stream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDFEmbeddedFile(Path path) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int getId()
getId
in class PDFObject
public void setId(int id)
public void writeObject(PDFWriter out) throws java.io.IOException
writeObject
in class PDFObject
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |