public class FormatedString extends Object
| Constructor and Description |
|---|
FormatedString() |
| Modifier and Type | Method and 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) |
Copyright © 2015. All rights reserved.