com.jeffpalm.util
Class Formatter.Format

java.lang.Object
  extended by com.jeffpalm.util.Formatter.Format
Enclosing class:
Formatter

public static final class Formatter.Format
extends java.lang.Object


Field Summary
 int col_size
           
 int col_space
           
 java.lang.String[] columns
           
 boolean explain
           
 java.lang.String justify
           
 int maxcols
           
 int num_cols
           
 boolean print_klass
           
 java.lang.String separator
           
 boolean short_names
           
 java.lang.String tab
           
 java.lang.String title
           
 boolean underline
           
 
Constructor Summary
Formatter.Format()
           
Formatter.Format(java.util.List cols)
           
Formatter.Format(java.lang.String[] columns)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

title

public java.lang.String title

separator

public java.lang.String separator

columns

public java.lang.String[] columns

num_cols

public int num_cols

underline

public boolean underline

maxcols

public int maxcols

justify

public java.lang.String justify

print_klass

public boolean print_klass

short_names

public boolean short_names

col_size

public int col_size

explain

public boolean explain

tab

public java.lang.String tab

col_space

public int col_space
Constructor Detail

Formatter.Format

public Formatter.Format(java.util.List cols)

Formatter.Format

public Formatter.Format(java.lang.String[] columns)

Formatter.Format

public Formatter.Format()