org.apache.fop.render.afp.modca

Class IMImageObject


public class IMImageObject
extends AbstractNamedAFPObject

An IM image data object specifies the contents of a raster image and its placement on a page, overlay, or page segment. An IM image can be either simple or complex. A simple image is composed of one or more Image Raster Data (IRD) structured fields that define the raster pattern for the entire image. A complex image is divided into regions called image cells. Each image cell is composed of one or more IRD structured fields that define the raster pattern for the image cell, and one Image Cell Position (ICP) structured field that defines the position of the image cell relative to the origin of the entire image. Each ICP also specifies the size of the image cell and a fill rectangle into which the cell is replicated.

Field Summary

Fields inherited from class org.apache.fop.render.afp.modca.AbstractNamedAFPObject

_name, _nameBytes

Fields inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject

log

Constructor Summary

IMImageObject(String name)
Constructor for the image object with the specified name, the name must be a fixed length of eight characters.

Method Summary

void
setImageCellPosition(ImageCellPosition imageCellPosition)
Sets the ImageCellPosition.
void
setImageInputDescriptor(ImageInputDescriptor imageInputDescriptor)
Sets the ImageInputDescriptor.
void
setImageOutputControl(ImageOutputControl imageOutputControl)
Sets the ImageOutputControl.
void
setImageRasterData(ImageRasterData imageRastorData)
Sets the ImageRastorData.
void
writeDataStream(OutputStream os)
Accessor method to write the AFP datastream for the IM Image Objetc

Methods inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject

writeDataStream, writeObjectList

Constructor Details

IMImageObject

public IMImageObject(String name)
Constructor for the image object with the specified name, the name must be a fixed length of eight characters.
Parameters:
name - The name of the image.

Method Details

setImageCellPosition

public void setImageCellPosition(ImageCellPosition imageCellPosition)
Sets the ImageCellPosition.
Parameters:
imageCellPosition - The imageCellPosition to set

setImageInputDescriptor

public void setImageInputDescriptor(ImageInputDescriptor imageInputDescriptor)
Sets the ImageInputDescriptor.
Parameters:
imageInputDescriptor - The imageInputDescriptor to set

setImageOutputControl

public void setImageOutputControl(ImageOutputControl imageOutputControl)
Sets the ImageOutputControl.
Parameters:
imageOutputControl - The imageOutputControl to set

setImageRasterData

public void setImageRasterData(ImageRasterData imageRastorData)
Sets the ImageRastorData.
Parameters:
imageRastorData - The imageRastorData to set

writeDataStream

public void writeDataStream(OutputStream os)
            throws IOException
Accessor method to write the AFP datastream for the IM Image Objetc
Overrides:
writeDataStream in interface AbstractAFPObject
Parameters:
os - The stream to write to

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.