class
	FORMAT_INTEGER

General
	cluster: elks
	description: "Formatter for integral numbers"
	create: make

Ancestors
	ANY

Queries
	bracketted_negative: BOOLEAN
	centered: BOOLEAN
	fill_character: CHARACTER_8
	formatted (i: INTEGER_32): STRING_8
	ignore_sign: BOOLEAN
	justification: INTEGER_32
	leading_sign: BOOLEAN
	left_justified: BOOLEAN
	no_separator: BOOLEAN
	not_justified: BOOLEAN
	right_justified: BOOLEAN
	separator: CHARACTER_8
	show_sign: BOOLEAN
	show_sign_negative: BOOLEAN
	show_sign_positive: BOOLEAN
	sign_format: INTEGER_32
	sign_string: STRING_8
	trailing_sign: BOOLEAN
	width: INTEGER_32

Commands
	asterisk_fill
	blank_fill
	bracket_negative
	center_justify
	comma_separate
	dollar_fill
	dot_separate
	left_justify
	make (w: INTEGER_32)
	no_justify
	remove_separator
	right_justify
	set_fill (c: CHARACTER_8)
	set_separator (c: CHARACTER_8)
	set_sign (s: STRING_8)
	set_width (w: INTEGER_32)
	sign_cr_dr
	sign_dr_cr
	sign_floating_dollar
	sign_floating_dollar_signed
	sign_ignore
	sign_leading
	sign_negative_only
	sign_normal
	sign_positive_only
	sign_show
	sign_trailing
	unbracket_negative
	underscore_separate
	zero_fill

Constraints
	sign string attached
	sign string count
	sign string equal parts
	wide enough
	wide enough


Generated by ISE EiffelStudio