meshi.util.formats
Class Fdouble

java.lang.Object
  extended by meshi.util.formats.Format
      extended by meshi.util.formats.Fdouble

public class Fdouble
extends Format


Field Summary
 int PRECISION
           
static Fdouble SHORT
           
static Fdouble SHORTER
           
static Fdouble STANDARD
           
static Fdouble VERY_SHORT
           
 
Fields inherited from class meshi.util.formats.Format
FIELD, INDENT
 
Constructor Summary
Fdouble(int precision, int field, int indent)
           
 
Method Summary
 java.lang.String f(double value)
           
 java.lang.String f(java.lang.Object value)
           
 
Methods inherited from class meshi.util.formats.Format
fdoubleL, fdoubleR, fintL, fintR, fstringL, fstringR
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PRECISION

public final int PRECISION

STANDARD

public static final Fdouble STANDARD

SHORT

public static final Fdouble SHORT

SHORTER

public static final Fdouble SHORTER

VERY_SHORT

public static final Fdouble VERY_SHORT
Constructor Detail

Fdouble

public Fdouble(int precision,
               int field,
               int indent)
Method Detail

f

public java.lang.String f(java.lang.Object value)
Overrides:
f in class Format

f

public java.lang.String f(double value)