public class HwmfEmbeddedIterator extends Object implements Iterator<HwmfEmbedded>
| Constructor and Description |
|---|
HwmfEmbeddedIterator(HwmfPicture wmf) |
HwmfEmbeddedIterator(Iterator<HwmfRecord> recordIterator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
HwmfEmbedded |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic HwmfEmbeddedIterator(HwmfPicture wmf)
public HwmfEmbeddedIterator(Iterator<HwmfRecord> recordIterator)
public boolean hasNext()
hasNext in interface Iterator<HwmfEmbedded>public HwmfEmbedded next()
next in interface Iterator<HwmfEmbedded>