©2008 Google -
Code Home -
Terms of Service -
Privacy Policy -
Feedback -
Site Directory
Google Code offered in:
中文 -
English -
Português -
Pусский -
Español -
日本語
| java.lang.Object | ||
| java.util.FormattableFlags | ||
FormattableFlags are used as a parameter to method Formattable.formatTo() and instruct the output format in Formattables. The validation and interpretation are fulfilled by the implementation of Formattable.
| Value | ||||
|---|---|---|---|---|
| int | ALTERNATE | Denotes the output to be formatted in an alternate form. | 4 | 0x00000004 |
| int | LEFT_JUSTIFY | Denotes the output to be left-justified. | 1 | 0x00000001 |
| int | UPPERCASE | Denotes the output to be converted to upper case in the way the locale parameter of Formatter.formatTo() requires. | 2 | 0x00000002 |
Methods inherited
from class
java.lang.Object