INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Definition of the sixteen standard pens. ", "WEL: library of reusable components for Eiffel. ", "Based on WEL library for ISE Eiffel, used with permission. "
project: "Windows Eiffel Library"
copyright: "(c) 1986-1997 Interactive Software Engineering Inc. ", "Modifications and extensions: ", "(c) 1997 Object Tools ", "All rights reserved. Duplication and distribution prohibited", "May be used only with Visual Eiffel under terms of user ", "license "
cluster: wel
class WEL_STANDARD_PENS
inherit

WEL_STANDARD_COLORS
export
{NONE}
all
end

WEL_PS_CONSTANTS
export
{NONE}
all
end
feature -- Access

white_pen: WEL_PEN
-- White pen
ensure
result_not_void: Result /= void

black_pen: WEL_PEN
-- Black pen
ensure
result_not_void: Result /= void

grey_pen: WEL_PEN
-- Grey pen
ensure
result_not_void: Result /= void

dark_grey_pen: WEL_PEN
-- Dark grey pen
ensure
result_not_void: Result /= void

blue_pen: WEL_PEN
-- Blue pen
ensure
result_not_void: Result /= void

dark_blue_pen: WEL_PEN
-- Dark blue pen
ensure
result_not_void: Result /= void

cyan_pen: WEL_PEN
-- Cyan pen
ensure
result_not_void: Result /= void

dark_cyan_pen: WEL_PEN
-- Dark cyan pen
ensure
result_not_void: Result /= void

green_pen: WEL_PEN
-- Green pen
ensure
result_not_void: Result /= void

dark_green_pen: WEL_PEN
-- Dark green pen
ensure
result_not_void: Result /= void

yellow_pen: WEL_PEN
-- Yellow pen
ensure
result_not_void: Result /= void

dark_yellow_pen: WEL_PEN
-- Dark yellow pen
ensure
result_not_void: Result /= void

red_pen: WEL_PEN
-- Red pen
ensure
result_not_void: Result /= void

dark_red_pen: WEL_PEN
-- Dark red pen
ensure
result_not_void: Result /= void

magenta_pen: WEL_PEN
-- Magenta pen
ensure
result_not_void: Result /= void

dark_magenta_pen: WEL_PEN
-- Dark magenta pen
ensure
result_not_void: Result /= void
end -- class WEL_STANDARD_PENS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES