Changes between Initial Version and Version 1 of FRAME_FILLING_PATTERN_R0


Ignore:
Timestamp:
02/03/09 15:28:54 (16 years ago)
Author:
mira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FRAME_FILLING_PATTERN_R0

    v1 v1  
     1[[BackLinksMenu]] 
     2 
     3[[TicketQuery(summary=FRAME_FILLING_PATTERN_R0, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] 
     4 
     5 
     6= Analysis = 
     7 
     8== Overview == 
     9 
     10The frame could be filled with repetiton of a particular pattern.   
     11 
     12== Task requirements == 
     13 
     14 * If the user chooses the PATTERN filling type a pattern square should be shown instead of a color picker.  
     15 
     16 * Initially it is white. The user can chhose a pattern by drag and drop a image from the resources palette.   
     17 
     18 * The frame should be filled with repetition of this image.  
     19 
     20 * The default option for filling is NONE. 
     21 
     22 * If the user chooses different filling type or just different pattern the filling automaticly changes.  
     23  
     24== Task result == 
     25The result of this task is source code.   
     26 
     27== Implementation idea == 
     28 
     29Calculate the needed scene image elements to fill the frame and add them to the frame scene element.   
     30Use the java.awt.Graphics2D methods to show the image resource.   
     31 
     32== Related == 
     33 
     34 [wiki:FRAME_APPEARANCE_HALO_AND_HUD_R0] [[BR]] 
     35 [wiki:FRAME_FILLING_GRADIENT_R0] [[BR]] 
     36 [wiki:FRAME_FILLING_SOLID_R0] [[BR]] 
     37 [wiki:FRAME_FILLING_IMAGE_R0] [[BR]] 
     38 
     39== How to demo == 
     40 
     41 * Add a small image resource, choose the pattern filling from the frame appearance hud and drag the image to the pattern square.  
     42  
     43= Design = 
     44 
     45 
     46= Implementation = 
     47^(Implementation results should be described and linked here (from the wiki or the repository))^ 
     48 
     49= Testing = 
     50 
     51= Comments = 
     52^(Write comments for this or later revisions here.)