Package org.apache.fop.render.bitmap
Class TIFFRenderer.LazyPageImagesIterator
java.lang.Object
org.apache.fop.render.bitmap.TIFFRenderer.LazyPageImagesIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
TIFFRenderer
Private inner class to lazy page rendering.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLazyPageImagesIterator
(int c, org.apache.commons.logging.Log log) Main constructor -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
log
private org.apache.commons.logging.Log loglogging instance -
count
private int count -
current
private int current
-
-
Constructor Details
-
LazyPageImagesIterator
public LazyPageImagesIterator(int c, org.apache.commons.logging.Log log) Main constructor- Parameters:
c
- number of pages to iterate overlog
- the logger to use (this is a hack so this compiles under JDK 1.3)
-
-
Method Details