Changes between Version 3 and Version 4 of GROUP_FILLING_R0
- Timestamp:
- 04/08/09 21:49:19 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_FILLING_R0
v3 v4 40 40 41 41 == 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 44 45 == 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]] 46 49 47 50 == How to demo == 48 ^(Provide instructions for demonstration of the task.)^ 51 * Show the new filling using page/frame halo and hud. 49 52 50 53 = Design =