gov.nasa.worldwind.render
Class MultiLineTextRenderer.WordIteratorHTML
java.lang.Object
gov.nasa.worldwind.render.MultiLineTextRenderer.WordIteratorHTML
- All Implemented Interfaces:
- Iterator<String>
- Enclosing class:
- MultiLineTextRenderer
public static class MultiLineTextRenderer.WordIteratorHTML - extends Object
- implements Iterator<String>
Iterates through words from an HTML text line. Note that returned 'words' can contain html
tags at any place, before, inside or after the word.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiLineTextRenderer.WordIteratorHTML
public MultiLineTextRenderer.WordIteratorHTML(String text)
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<String>
next
public String next()
- Specified by:
next in interface Iterator<String>
remove
public void remove()
- Specified by:
remove in interface Iterator<String>
|
|