Changes between Version 1 and Version 2 of BOOK_PRINTING_R0
- Timestamp:
- 03/25/09 11:03:43 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOOK_PRINTING_R0
v1 v2 4 4 5 5 = Analysis = 6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^7 6 8 7 == Overview == 9 ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ 8 This task should define the functionality for book print support in Sophie2. It should allow choosing of a printer, different printing formats (A4, A3, B4 ...) and printing orientation. 10 9 11 10 == Task requirements == 12 ^(List the necessary requirements that the task must fulfill.)^ 11 * Create a new module for print support 12 * Make a print action for the book 13 * Make a HUD (or a Dialog) for supported print featrues: 14 * Choosing printer 15 * Choosing paper format 16 * Choosing orientation - portrait, landscape 13 17 14 18 == Task result == 15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 19 The result should be source code 16 20 17 21 == Implementation idea == 18 ^(Provide some rough implementation idea(s).)^ 22 We can use Java Printing Service API, in which case printing is done through the graphic context and can be used (in some form and case) the painting, that we already have, of the visual elements. 19 23 20 24 == Related ==