org.foray.linebreak
Class LineContentIterator4a

java.lang.Object
  extended by org.foray.linebreak.LineContentIterator4a
All Implemented Interfaces:
Iterator<org.axsl.linebreak.LbContent>, org.axsl.linebreak.LineContentIterator

public class LineContentIterator4a
extends Object
implements org.axsl.linebreak.LineContentIterator

Accepts line content as input and converts it to input for the line-breaking system.


Constructor Summary
LineContentIterator4a()
          Constructor.
 
Method Summary
 void addContent(org.axsl.text.line.LineContent newContent)
           
 boolean hasNext()
           
 org.axsl.linebreak.LbContent next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineContentIterator4a

public LineContentIterator4a()
Constructor.

Method Detail

addContent

public void addContent(org.axsl.text.line.LineContent newContent)
Specified by:
addContent in interface org.axsl.linebreak.LineContentIterator

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<org.axsl.linebreak.LbContent>

next

public org.axsl.linebreak.LbContent next()
Specified by:
next in interface Iterator<org.axsl.linebreak.LbContent>

remove

public void remove()
Specified by:
remove in interface Iterator<org.axsl.linebreak.LbContent>


Copyright © 2017. All rights reserved.