org.das2.util
Class FixedWidthFormatter

java.lang.Object
  extended by org.das2.util.FixedWidthFormatter

public class FixedWidthFormatter
extends java.lang.Object


Constructor Summary
FixedWidthFormatter()
           
 
Method Summary
static java.lang.String format(java.lang.String s, int nchars)
           
static java.lang.String formatWide(java.lang.String s, int nchars)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedWidthFormatter

public FixedWidthFormatter()
Method Detail

format

public static java.lang.String format(java.lang.String s,
                                      int nchars)

formatWide

public static java.lang.String formatWide(java.lang.String s,
                                          int nchars)