indexing
	description: "Hatch style (HS) constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_HS_CONSTANTS

feature -- Access

	hs_bdiagonal: INTEGER

	hs_cross: INTEGER

	hs_diagcross: INTEGER

	hs_fdiagonal: INTEGER

	hs_horizontal: INTEGER

	hs_vertical: INTEGER
	
invariant

		-- from ANY
	reflexive_equality: standard_is_equal (Current)
	reflexive_conformance: conforms_to (Current)

end -- class WEL_HS_CONSTANTS