Uses of Class
gnu.text.ReportFormat

Packages that use ReportFormat
gnu.kawa.functions Various core run-time functions and operators. 
gnu.text Supports various utility classes for formatting, parsing, and manipulating text (strings). 
 

Uses of ReportFormat in gnu.kawa.functions
 

Subclasses of ReportFormat in gnu.kawa.functions
 class LispFormat
          A representation of a parsed Common Lisp-style format.
 class ObjectFormat
           
 

Methods in gnu.kawa.functions that return ReportFormat
static ReportFormat ParseFormat.asFormat(java.lang.Object arg, char style)
           
 ReportFormat ParseFormat.parseFormat(LineBufferedReader fmt)
           
static ReportFormat ParseFormat.parseFormat(LineBufferedReader fmt, char magic)
           
 

Uses of ReportFormat in gnu.text
 

Subclasses of ReportFormat in gnu.text
 class CaseConvertFormat
           
 class CompoundFormat
           
 class FlushFormat
           
 class IntegerFormat
          Handle formatting of integers.
 class LiteralFormat
           
 class PadFormat
          Given a Format, pad the formatted result to a specified width.