org.apache.fop.render.afp.modca
public class ImageSizeParameter extends AbstractAFPObject
log
Constructor and Description |
---|
ImageSizeParameter(int hresol,
int vresol,
int hsize,
int vsize)
Constructor for a ImageSizeParameter for the specified
resolution, hsize and vsize.
|
Modifier and Type | Method and Description |
---|---|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Image Size Parameter
|
writeObjectList
public ImageSizeParameter(int hresol, int vresol, int hsize, int vsize)
hresol
- The horizontal resolution of the image.vresol
- The vertical resolution of the image.hsize
- The horizontal size of the image.vsize
- The vertical size of the image.public void writeDataStream(java.io.OutputStream os) throws java.io.IOException
writeDataStream
in class AbstractAFPObject
os
- The stream to write tojava.io.IOException
- if an I/O exception occuredCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.