fop 0.95

org.apache.fop.render.afp.modca
Class ImageDataDescriptor

java.lang.Object
  extended by org.apache.fop.render.afp.modca.AbstractAFPObject
      extended by org.apache.fop.render.afp.modca.ImageDataDescriptor

public class ImageDataDescriptor
extends AbstractAFPObject


Field Summary
 
Fields inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject
log
 
Constructor Summary
ImageDataDescriptor(int xresol, int yresol, int width, int height)
          Constructor for a ImageDataDescriptor for the specified resolution, width and height.
 
Method Summary
 void writeDataStream(java.io.OutputStream os)
          Accessor method to write the AFP datastream for the Image Data Descriptor
 
Methods inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject
writeObjectList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageDataDescriptor

public ImageDataDescriptor(int xresol,
                           int yresol,
                           int width,
                           int height)
Constructor for a ImageDataDescriptor for the specified resolution, width and height.

Parameters:
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.
Method Detail

writeDataStream

public void writeDataStream(java.io.OutputStream os)
                     throws java.io.IOException
Accessor method to write the AFP datastream for the Image Data Descriptor

Specified by:
writeDataStream in class AbstractAFPObject
Parameters:
os - The stream to write to
Throws:
java.io.IOException

fop 0.95

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