public class PDFImage extends PDFObject
| Modifier and Type | Method and Description |
|---|---|
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
|
public PDFImage(Path path) throws java.io.IOException
java.io.IOExceptionpublic void setId(int id)
public double get_width()
public double get_height()
public void writeObjectNew(PDFWriter out) throws java.io.IOException
java.io.IOExceptionpublic void writeObject(PDFWriter out) throws java.io.IOException
PDFObjectwriteObject in class PDFObjectjava.io.IOException