@param field the field to format, not null
@param minWidth the minimum field width, from 1 to 19
@param maxWidth the maximum field width, from minWidth to 19
@param signStyle the positive/negative sign style, not null
@param subsequentWidth the width of subsequent non-negative numbers, 0 or greater,
-1 if fixed width due to active adjacent parsing
Constructor.
@param field the field to format, not null @param minWidth the minimum field width, from 1 to 19 @param maxWidth the maximum field width, from minWidth to 19 @param signStyle the positive/negative sign style, not null @param subsequentWidth the width of subsequent non-negative numbers, 0 or greater, -1 if fixed width due to active adjacent parsing