DynamicPDF by ceTe Software

com.cete.dynamicpdf.imaging
Class TiffImageDataList

java.lang.Object
  |
  +--com.cete.dynamicpdf.imaging.TiffImageDataList

public class TiffImageDataList
extends java.lang.Object

Class represents a collection of TIFF images.

Licensing:
This class is a DynamicPDF Generator Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Method Summary
 int getCount()
          Gets the number of images in the collection.
 java.util.Iterator getIterator()
          Returns an enumerator that can iterate through the TiffImageDataList.
 TiffImageData getTiffImageData(int index)
          Gets the TIFF image data at the given index.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCount

public int getCount()
Gets the number of images in the collection.


getIterator

public java.util.Iterator getIterator()
Returns an enumerator that can iterate through the TiffImageDataList.

Returns:
An Iterator for the entire TiffImageDataList.
See Also:
TiffImageDataList

getTiffImageData

public TiffImageData getTiffImageData(int index)
Gets the TIFF image data at the given index.


DynamicPDF by ceTe Software

API Reference for DynamicPDFTM v4.0.3 for Java generated on March 22, 2007
© Copyright 2007, ceTe Software