com.tonbeller.jpivot.util
Class NumSeparators

java.lang.Object
  extended by com.tonbeller.jpivot.util.NumSeparators

public class NumSeparators
extends java.lang.Object

Singleton Separators are needed for "inverse" cell formatting we assume, that the locale almost never changes


Field Summary
 int decimalSep
           
 int thouSep
           
 
Method Summary
static NumSeparators instance(java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

thouSep

public int thouSep

decimalSep

public int decimalSep
Method Detail

instance

public static NumSeparators instance(java.util.Locale locale)