org.apache.fop.render.afp.modca
Class ImageSizeParameter
public class ImageSizeParameter
Describes the measurement characteristics of the image when it is created.
ImageSizeParameter(int hresol, int vresol, int hsize, int vsize)- Constructor for a ImageSizeParameter for the specified
resolution, hsize and vsize.
|
void | writeDataStream(OutputStream os)- Accessor method to write the AFP datastream for the Image Size Parameter
|
ImageSizeParameter
public ImageSizeParameter(int hresol,
int vresol,
int hsize,
int vsize) Constructor for a ImageSizeParameter for the specified
resolution, hsize and vsize.
hresol - The horizontal resolution of the image.vresol - The vertical resolution of the image.hsize - The hsize of the image.vsize - The vsize of the vsize.
writeDataStream
public void writeDataStream(OutputStream os)
throws IOException Accessor method to write the AFP datastream for the Image Size Parameter
- writeDataStream in interface AbstractAFPObject
os - The stream to write to
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.