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
|
writeObjectList
public 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 AbstractAFPObject
os
- The stream to write tojava.io.IOException
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.