|
||||||||||
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.PDFImage
public class PDFImage
deals with an image
Constructor Summary | |
---|---|
PDFImage(Path path)
|
Method Summary | |
---|---|
double |
get_height()
|
double |
get_width()
|
int |
getId()
Returns the object id. |
void |
setId(int id)
Sets the object id. |
void |
writeObject(PDFWriter out)
Writes the object to the stream |
void |
writeObjectNew(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 PDFImage(Path path) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int getId()
getId
in class PDFObject
public void setId(int id)
public double get_width()
public double get_height()
public void writeObjectNew(PDFWriter out) throws java.io.IOException
java.io.IOException
public void writeObject(PDFWriter out) throws java.io.IOException
PDFObject
writeObject
in class PDFObject
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |