org.gudy.azureus2.ui.console.util
Class TextWrap

java.lang.Object
  extended by org.gudy.azureus2.ui.console.util.TextWrap

public class TextWrap
extends Object


Constructor Summary
TextWrap()
           
 
Method Summary
static void printList(Iterator text_segments, PrintStream out, String space_between_commands)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextWrap

public TextWrap()
Method Detail

printList

public static void printList(Iterator text_segments,
                             PrintStream out,
                             String space_between_commands)