aQute.lib.justif
Class Justif

java.lang.Object
  extended by aQute.lib.justif.Justif

public class Justif
extends Object


Constructor Summary
Justif()
           
Justif(int width, int... tabs)
           
 
Method Summary
 Formatter formatter()
           
 String wrap()
           
 void wrap(StringBuilder sb)
          Routine to wrap a stringbuffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Justif

public Justif(int width,
              int... tabs)

Justif

public Justif()
Method Detail

wrap

public void wrap(StringBuilder sb)
Routine to wrap a stringbuffer. Basically adds line endings but has the following control characters:

Parameters:
sb -

wrap

public String wrap()

formatter

public Formatter formatter()


Copyright © 2013 aQute SARL. All Rights Reserved.