org.apache.fop.render.afp.modca
public class IMImageObject extends AbstractNamedAFPObject
name, nameByteslog| Constructor and Description |
|---|
IMImageObject(java.lang.String name)
Constructor for the image object with the specified name,
the name must be a fixed length of eight characters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setImageCellPosition(ImageCellPosition imageCellPosition)
Sets the ImageCellPosition.
|
void |
setImageInputDescriptor(ImageInputDescriptor imageInputDescriptor)
Sets the ImageInputDescriptor.
|
void |
setImageOutputControl(ImageOutputControl imageOutputControl)
Sets the ImageOutputControl.
|
void |
setImageRasterData(ImageRasterData imageRasterData)
Sets the ImageRastorData.
|
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the IM Image Objetc
|
writeObjectListpublic IMImageObject(java.lang.String name)
name - The name of the image.public void setImageOutputControl(ImageOutputControl imageOutputControl)
imageOutputControl - The imageOutputControl to setpublic void setImageCellPosition(ImageCellPosition imageCellPosition)
imageCellPosition - The imageCellPosition to setpublic void setImageInputDescriptor(ImageInputDescriptor imageInputDescriptor)
imageInputDescriptor - The imageInputDescriptor to setpublic void setImageRasterData(ImageRasterData imageRasterData)
imageRasterData - The imageRasterData to setpublic void writeDataStream(java.io.OutputStream os)
throws java.io.IOException
writeDataStream in class AbstractAFPObjectos - The stream to write tojava.io.IOException - thrown if an I/O exception of some sort has occurredCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.