com.pdftools.expa
Class AlternateImageArray

java.lang.Object
  extended by com.pdftools.NativeLibrary
      extended by com.pdftools.expa.ExpaInitialize
          extended by com.pdftools.expa.AlternateImageArray

public class AlternateImageArray
extends ExpaInitialize


Nested Class Summary
 
Nested classes/interfaces inherited from class com.pdftools.expa.ExpaInitialize
ExpaInitialize.CONTENTOBJECT, ExpaInitialize.ORIENTATION, ExpaInitialize.Rectangle, ExpaInitialize.TransformMatrix
 
Nested classes/interfaces inherited from class com.pdftools.NativeLibrary
NativeLibrary.COLORCONVERSION, NativeLibrary.COLORSPACE, NativeLibrary.COMPRESSION, NativeLibrary.DITHERINGMODE, NativeLibrary.ERRORCODE, NativeLibrary.FONTTYPE, NativeLibrary.PERMISSION, NativeLibrary.RENDEREROPTION, NativeLibrary.RENDERINGMODE, NativeLibrary.ROTATEMODE, NativeLibrary.STRIPTYPE
 
Field Summary
 
Fields inherited from class com.pdftools.NativeLibrary
VERSION
 
Constructor Summary
AlternateImageArray()
           
 
Method Summary
 int getCount()
          get the number of alternate images in the alternate image array.
 AlternateImage getElement(int inx)
          get an alternate image from the alternate image array.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlternateImageArray

public AlternateImageArray()
Method Detail

getElement

public AlternateImage getElement(int inx)
get an alternate image from the alternate image array.

Parameters:
inx - index of the alternate image.
Returns:
the interface to a alternate image from the array.

getCount

public int getCount()
get the number of alternate images in the alternate image array.

Returns:
the number of alternate images in the array.