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.IOException
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