Changes between Version 1 and Version 2 of BOOK_PRINTING_R0


Ignore:
Timestamp:
03/25/09 11:03:43 (16 years ago)
Author:
nenko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOOK_PRINTING_R0

    v1 v2  
    44 
    55= Analysis = 
    6 ^(Give as much as possible of the needed information for designing and implementing the task in the following sections.)^ 
    76 
    87== 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.)^ 
     8This 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. 
    109 
    1110== 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 
    1317 
    1418== Task result == 
    15 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 
     19The result should be source code 
    1620 
    1721== Implementation idea == 
    18 ^(Provide some rough implementation idea(s).)^ 
     22We 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. 
    1923 
    2024== Related ==