org.apache.fop.render.afp.modca
public class ImageInputDescriptor extends AbstractAFPObject
log
Constructor and Description |
---|
ImageInputDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
setResolution(int resolution)
Sets the resolution information for the raster image
the default value is a resolution of 240 dpi.
|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Image Input Descriptor
|
writeObjectList
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 occurredpublic void setResolution(int resolution)
resolution
- The resolution valueCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.