- indexing
- title: "printer support class"
- project: "Visual Eiffel"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: grape
class PRINTABLE_OBJECT
- feature
-
begin_print (gc: GRAPHICS_CONTEXT)
-
end_print
-
on_print (gc: GRAPHICS_CONTEXT; page: INTEGER)
-
has_page (page: INTEGER): BOOLEAN
-
num_pages: INTEGER
end -- class PRINTABLE_OBJECT