KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util > FormattableFlags

java.util
Class FormattableFlags

java.lang.Object
  extended by java.util.FormattableFlags
See Also:
Source Code, Formattable.formatTo()

public static final int ALTERNATE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int LEFT_JUSTIFY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int UPPERCASE
See Also:
String.toUpperCase(java.util.Locale), formatTo(), locale
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags