API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util. FormattableFlags View Source
Author(s)
Since
1.5
Version
1.2, 11/17/05
Serial
Hierarchy
 Object
      FormattableFlags
Implements
Subclasses
Description
public class FormattableFlags
  FomattableFlags are passed to the Formattable.formatTo() method and modify the output format for Formattables.
See also:   
Constructors
private FormattableFlags ()
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic int ALTERNATE = "4"
  Requires the output to use an alternate form.
publicfinalstatic int LEFT_JUSTIFY = "1"
  Left-justifies the output.
publicfinalstatic int UPPERCASE = "2"
  Converts the output to upper case according to the rules of the locale given during creation of the formatter argument of the formatTo() method.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar