Package org.geotools.misc
Class FormatedString
- java.lang.Object
-
- org.geotools.misc.FormatedString
-
public class FormatedString extends Object
a utlity class to format numbers into strings. specify a length and number of decimal places.- Author:
- ian turton
-
-
Constructor Summary
Constructors Constructor Description FormatedString()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
format(double d)
static String
format(int i)
static String
format(int i, int len)
static String
format(String in)
static String
format(String in, int dp)
static String
format(String in, int dp, int len)
static void
main(String[] args)
-