Class LazyTileIterator

java.lang.Object
de.elo.mover.main.tiff.LazyTileIterator
All Implemented Interfaces:
java.util.Iterator<java.awt.image.Raster>

public class LazyTileIterator
extends java.lang.Object
implements java.util.Iterator<java.awt.image.Raster>

Überschrift: LazyTileIterator.

Beschreibung: Iterator für die Kacheln eines Rasters.

Copyright: Copyright (c) ELO Digital Office GmbH 2018

  • Method Summary

    Modifier and Type Method Description
    boolean hasNext()  
    java.awt.image.Raster next()  
    void remove()  

    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
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface java.util.Iterator<java.awt.image.Raster>
    • next

      public java.awt.image.Raster next()
      Specified by:
      next in interface java.util.Iterator<java.awt.image.Raster>
    • remove

      public void remove()
      Specified by:
      remove in interface java.util.Iterator<java.awt.image.Raster>