Changes between Version 3 and Version 4 of FRAME_FILLING_PATTERN_R0
- Timestamp:
- 05/25/09 21:38:33 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FRAME_FILLING_PATTERN_R0
v3 v4 12 12 == Task requirements == 13 13 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 == 20 The 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. 15 25 * The default pattern fill is empty. 16 26 * When the pattern settings button is clicked, the pattern settings window is opened, allowing the user to change the pattern settings. … … 22 32 * An opacity slider, allowing changes to the opacity of the image. Default is 100% opaque. 23 33 * 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.32 34 33 35 == Related ==