com.steema.teechart.exports
Class PDFData.PDFImages

java.lang.Object
  extended by com.steema.teechart.exports.PDFData.PDFImages
Enclosing class:
PDFData

public class PDFData.PDFImages
extends java.lang.Object


Constructor Summary
PDFData.PDFImages()
           
 
Method Summary
 int add(Image image)
          Adds new image to the list
 int findImage(Image image)
          Select the image in image list.
 PDFImageEnumerator get(int index)
           
 int getCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDFData.PDFImages

public PDFData.PDFImages()
Method Detail

getCount

public int getCount()

add

public int add(Image image)
Adds new image to the list

Parameters:
image - Image
Returns:
int

findImage

public int findImage(Image image)
Select the image in image list. Returns the index of selected image, starting from 0

Parameters:
image - Image
Returns:
int

get

public PDFImageEnumerator get(int index)