Package edu.cmu.tetrad.util
Class NumberFormatUtil
java.lang.Object
edu.cmu.tetrad.util.NumberFormatUtil
Provides an application-wide "memory" of the number format to be used.
- Version:
- $Id: $Id
- Author:
- josephramsey
-
Method Summary
Modifier and TypeMethodDescriptionstatic NumberFormatUtil
getInstance.getNumberFormat.void
Sets the number format,nf
.
-
Method Details
-
getInstance
getInstance.
- Returns:
- Ibid.
-
getNumberFormat
getNumberFormat.
- Returns:
- Ibid.
-
setNumberFormat
Sets the number format,nf
.- Parameters:
nf
- Ibid.- Throws:
NullPointerException
- if nf is null.
-