public class LayersIterator extends Object implements Iterator
Extend this class to create an expecific layer iterator
and override the method evaluate
for check
if a layer will be in the iteration list.
Constructor and Description |
---|
LayersIterator() |
LayersIterator(FLayer layer) |
public LayersIterator()
public LayersIterator(FLayer layer)
protected void appendLayer(FLayer layer)
public FLayer nextLayer()
NoSuchElementException
- iteration has no more elements.next()
public boolean evaluate(FLayer layer)
layer
- the layer to check