com.steema.teechart.exports
Class PDFImageEnumerator

java.lang.Object
  extended by com.steema.teechart.exports.PDFImageEnumerator
All Implemented Interfaces:
java.util.Iterator

public class PDFImageEnumerator
extends java.lang.Object
implements java.util.Iterator

Title: PDFImageEnumerator class

Description:

Copyright (c) 2005-2013 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Field Summary
 java.util.ArrayList offsets
           
 
Constructor Summary
PDFImageEnumerator(PDFData.PDFImages images, Image image)
           
 
Method Summary
 java.lang.Object getCurrent()
           
 int getImageHeight()
           
 java.lang.String getImageName()
           
 int getImageWidth()
           
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
          TODO throw UnsupportedOperationException
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offsets

public java.util.ArrayList offsets
Constructor Detail

PDFImageEnumerator

public PDFImageEnumerator(PDFData.PDFImages images,
                          Image image)
Method Detail

reset

public void reset()

getCurrent

public java.lang.Object getCurrent()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
TODO throw UnsupportedOperationException

Specified by:
remove in interface java.util.Iterator

getImageName

public java.lang.String getImageName()

getImageWidth

public int getImageWidth()

getImageHeight

public int getImageHeight()