de.lessvoid.nifty.elements.tools
Class TextBreak

java.lang.Object
  extended by de.lessvoid.nifty.elements.tools.TextBreak

public class TextBreak
extends Object


Constructor Summary
TextBreak(String line, int width, RenderFont font)
           
 
Method Summary
 List<String> split()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextBreak

public TextBreak(String line,
                 int width,
                 RenderFont font)
Method Detail

split

public List<String> split()


Copyright © 2011. All Rights Reserved.