Changes between Version 3 and Version 4 of FRAME_FILLING_PATTERN_R0


Ignore:
Timestamp:
05/25/09 21:38:33 (16 years ago)
Author:
danvisel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_FILLING_PATTERN_R0

    v3 v4  
    1212== Task requirements == 
    1313 
    14  * If the user chooses the PATTERN fill type a "pattern settings" button should be shown instead of the color square.  
     14 * Author should be able to use any image in the resources as a pattern. 
     15 * It should be possible to rotate the image used for the pattern. 
     16 * It should be possible to resize the image used for the pattern, proportionately as well as disproportionately.  
     17 * It would be nice to change the opacity of the image used for the pattern.  
     18 
     19== Task result == 
     20The result of this task is source code.   
     21 
     22== Implementation idea == 
     23 
     24 * If the user chooses the PATTERN fill type in the frame or page border & fill HUD, a "pattern settings" button should be shown instead of the color square.  
    1525 * The default pattern fill is empty. 
    1626 * When the pattern settings button is clicked, the pattern settings window is opened, allowing the user to change the pattern settings.   
     
    2232  * An opacity slider, allowing changes to the opacity of the image. Default is 100% opaque. 
    2333  * An "Okay" button: when this is clicked, the pattern settings window is closed. 
    24   
    25 == Task result == 
    26 The result of this task is source code.   
    27  
    28 == Implementation idea == 
    29  
    30 Calculate the needed scene image elements to fill the frame and add them to the frame scene element.   
    31 Use the java.awt.Graphics2D methods to show the image resource.   
    3234 
    3335== Related ==