com.jeffpalm.util
Class Formatter.Format
java.lang.Object
com.jeffpalm.util.Formatter.Format
- Enclosing class:
- Formatter
public static final class Formatter.Format
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Formatter.Format
public Formatter.Format(java.util.List cols)
Formatter.Format
public Formatter.Format(java.lang.String[] columns)
Formatter.Format
public Formatter.Format()