Changes between Version 3 and Version 4 of GROUP_FILLING_R0


Ignore:
Timestamp:
04/08/09 21:49:19 (16 years ago)
Author:
pav
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_FILLING_R0

    v3 v4  
    4040 
    4141== Implementation idea == 
    42 ^(Provide some rough implementation idea(s).)^ 
    43  
     42 * The scene elements color should be auto calculated from the filling color in the frame model. Use the java.awt.Graphics2D methods to setPaint and fill the frame.  
     43 * For the gradient add a second color to the shape scene elements. When creating the scene shape element compute its filling type and colors from the model. Use the java.awt.Graphics2D methods to setPaint and fill the scene element according to its type and color. 
     44  
    4445== Related == 
    45 ^(Add links to related tasks that could be useful or helpful.)^ 
     46[wiki:SCENE_COMMONS_R0][[BR]] 
     47[wiki:SCENE_COMMONS_R1][[BR]] 
     48[wiki:PAGE_HALO_AND_HUD_R0][[BR]] 
    4649 
    4750== How to demo == 
    48 ^(Provide instructions for demonstration of the task.)^ 
     51 * Show the new filling using page/frame halo and hud. 
    4952 
    5053= Design =