indexing
	description: "Line capabilities (LC) constants."
	status: "See notice at end of class."
	date: "$Date$"
	revision: "$Revision$"

class interface
	WEL_LINE_CAPABILITIES_CONSTANTS

feature -- Access

	lc_interiors: INTEGER
			-- Supports interiors

	lc_marker: INTEGER
			-- Supports markers

	lc_none: INTEGER
			-- Supports no lines

	lc_polyline: INTEGER
			-- Supports polylines

	lc_polymarker: INTEGER
			-- Supports polymarkers

	lc_styled: INTEGER
			-- Supports styled lines

	lc_wide: INTEGER
			-- Supports wide lines

	lc_wide_styled: INTEGER
			-- Supports wide, styled lines
	
invariant

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

end -- class WEL_LINE_CAPABILITIES_CONSTANTS