FormattableFlags
Class FormattableFlags
- java.lang.Object
-
- java.util.FormattableFlags
public class FormattableFlags extends Object
FomattableFlags are passed to the Formattable.formatTo()
method and modify the output format for Formattables. Implementations of Formattable
are responsible for interpreting and validating any flags.
- Since:
- 1.5
Fields
LEFT_JUSTIFY
public static final int LEFT_JUSTIFY
Left-justifies the output. S