public class SVGIterator
extends java.lang.Object
implements java.util.Iterator<com.kitfox.svg.SVGElement>, java.lang.Iterable<com.kitfox.svg.SVGElement>
Constructor and Description |
---|
SVGIterator(com.kitfox.svg.SVGDiagram svg) |
SVGIterator(com.kitfox.svg.SVGElement root) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<com.kitfox.svg.SVGElement> |
iterator() |
com.kitfox.svg.SVGElement |
next() |
void |
remove() |
public SVGIterator(com.kitfox.svg.SVGDiagram svg)
public SVGIterator(com.kitfox.svg.SVGElement root)
public java.util.Iterator<com.kitfox.svg.SVGElement> iterator()
iterator
in interface java.lang.Iterable<com.kitfox.svg.SVGElement>
public boolean hasNext()
hasNext
in interface java.util.Iterator<com.kitfox.svg.SVGElement>
public com.kitfox.svg.SVGElement next()
next
in interface java.util.Iterator<com.kitfox.svg.SVGElement>
public void remove()
remove
in interface java.util.Iterator<com.kitfox.svg.SVGElement>