Android Reference
FormattableFlags
java.util
Class FormattableFlags
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static int |
ALTERNATE
Denotes the output is to be formatted in an alternate form.
|
static int |
LEFT_JUSTIFY
Denotes the output is to be left-justified.
|
static int |
UPPERCASE
Denotes the output is to be converted to upper case in the way the locale
parameter of Formatter.formatTo() requires.
|
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
LEFT_JUSTIFY
public static final int LEFT_JUSTIFY
Denotes the output is to be left-justified. In order to fill the minimum
width requirement, spaces(' ') will be appended at the end of the
specified output element. If no such flag is set, the output is
right-justified.
The flag corresponds to '-' ('-') in the format specifier.
- See Also:
- Constant Field Values
-
UPPERCASE
public static final int UPPERCASE
Denotes the output is to be converted to upper case in the way the locale
parameter of Formatter.formatTo() requires. The output has the same
effect as String.toUpperCase(java.util.Locale)
.
This flag corresponds to '^' ('^')
in the format specifier.
- See Also:
- Constant Field Values
-
ALTERNATE
public static final int ALTERNATE
Denotes the output is to be formatted in an alternate form. The definition
of the alternate form is determined by the Formattable
.
This flag corresponds to '#' ('#')
in the format specifier.
- See Also:
- Constant Field Values
Content
License.
All information of this service is derived from the free sources and is provided solely in the form of quotations.
This service provides information and interfaces solely for the familiarization (not ownership) and under the "as is" condition.
Copyright 2016 © ELTASK.COM. All rights reserved.
Site is optimized for mobile devices.
Downloads: 2531 / . Delta: 0.01301 с