|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PrintfFormat | |
|---|---|
| org.cip4.jdflib.cformat | Provides classes allowing printf and scanf functionality for Java. |
| Uses of PrintfFormat in org.cip4.jdflib.cformat |
|---|
| Methods in org.cip4.jdflib.cformat with parameters of type PrintfFormat | |
|---|---|
void |
PrintfWriter.printf(PrintfFormat fmt,
char x)
Prints a char in accordance with the supplied PrintfFormat object. |
void |
PrintfStream.printf(PrintfFormat fmt,
char x)
Prints a char in accordance with the supplied PrintfFormat object. |
void |
PrintfWriter.printf(PrintfFormat fmt,
double x)
Prints a double in accordance with the supplied PrintfFormat object. |
void |
PrintfStream.printf(PrintfFormat fmt,
double x)
Prints a double in accordance with the supplied PrintfFormat object. |
void |
PrintfWriter.printf(PrintfFormat fmt,
float x)
Prints a float in accordance with the supplied PrintfFormat object. |
void |
PrintfStream.printf(PrintfFormat fmt,
float x)
Prints a float in accordance with the supplied PrintfFormat object. |
void |
PrintfWriter.printf(PrintfFormat fmt,
int x)
Prints an int in accordance with the supplied PrintfFormat object. |
void |
PrintfStream.printf(PrintfFormat fmt,
int x)
Prints an int in accordance with the supplied PrintfFormat object. |
void |
PrintfWriter.printf(PrintfFormat fmt,
long x)
Prints a long in accordance with the supplied PrintfFormat object. |
void |
PrintfStream.printf(PrintfFormat fmt,
long x)
Prints a long in accordance with the supplied PrintfFormat object. |
void |
PrintfWriter.printf(PrintfFormat fmt,
String x)
Prints a String in accordance with the supplied PrintfFormat object. |
void |
PrintfStream.printf(PrintfFormat fmt,
String x)
Prints a String in accordance with the supplied PrintfFormat object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||