org.apache.fop.render.afp.modca
public class ImageDataDescriptor extends AbstractAFPObject
log| Constructor and Description |
|---|
ImageDataDescriptor(int xresol,
int yresol,
int width,
int height)
Constructor for a ImageDataDescriptor for the specified
resolution, width and height.
|
| Modifier and Type | Method and Description |
|---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Image Data Descriptor
|
writeObjectListpublic ImageDataDescriptor(int xresol,
int yresol,
int width,
int height)
xresol - The horizontal resolution of the image.yresol - The vertical resolution of the image.width - The width of the image.height - The height of the height.public void writeDataStream(java.io.OutputStream os)
throws java.io.IOException
writeDataStream in class AbstractAFPObjectos - The stream to write tojava.io.IOExceptionCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.