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.


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 DynamicPDF™ for Java generated on December 20, 2005
© Copyright 2005, ceTe Software