CAR (Context-Aware Retrieval) v1.0

Class Formatter

java.lang.Object
  |
  +--Formatter

public class Formatter
extends java.lang.Object


Constructor Summary
Formatter()
           
 
Method Summary
static java.lang.String format(boolean b, int width)
           
static java.lang.String format(char c, int width)
           
static java.lang.String format(double number, int width, int decplaces)
           
static java.lang.String format(float number, int width, int decplaces)
           
static java.lang.String format(int number, int width)
           
static java.lang.String format(java.lang.String s, int width)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Formatter

public Formatter()
Method Detail

format

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

format

public static java.lang.String format(int number,
                                      int width)

format

public static java.lang.String format(double number,
                                      int width,
                                      int decplaces)

format

public static java.lang.String format(float number,
                                      int width,
                                      int decplaces)

format

public static java.lang.String format(boolean b,
                                      int width)

format

public static java.lang.String format(char c,
                                      int width)

CAR (Context-Aware Retrieval) v1.0

Submit bugs to Lindsey