org.apache.fop.render.afp.modca
Class ImageDataDescriptor
public class ImageDataDescriptor
ImageDataDescriptor(int xresol, int yresol, int width, int height) - Constructor for a ImageDataDescriptor for the specified
resolution, width and height.
|
void | writeDataStream(OutputStream os) - Accessor method to write the AFP datastream for the Image Data Descriptor
|
ImageDataDescriptor
public ImageDataDescriptor(int xresol,
int yresol,
int width,
int height)
Constructor for a ImageDataDescriptor for the specified
resolution, width and 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.
writeDataStream
public void writeDataStream(OutputStream os)
throws IOException
Accessor method to write the AFP datastream for the Image Data Descriptor
- writeDataStream in interface AbstractAFPObject
os
- The stream to write to
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.