Changes between Version 7 and Version 8 of MEDIA_FRAME_CONTROLS_R0
- Timestamp:
- 04/27/09 14:13:11 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MEDIA_FRAME_CONTROLS_R0
v7 v8 68 68 * "Buttons" should be arranged correspondingly in the bottom left corner of the frame in the same order as described above. 69 69 * Every icon should be scaled to look nicely inside the frame. 70 * Media controls will be zoom-able along with the media frame but should not change their size as media frame's size changes. 70 71 * The changing of the alpha values of the scene elements will be done by a MediaManipulationLogic that is common both for Audio and Video. 71 72 * The managing of the media playback will be done by two other logics - AudioLogic and VideoLogic: 72 73 [[Image(source:trunk/sophie2-platform/doc/uml-design-diagrams/media-logics-uml.png)]] 73 74 * Logics will be put in: '''modules/org.sophie2.main.func.media/src/main/java/org/sophie2/main/func/media/logic''' 75 * MediaManipulationViews - '''/modules/org.sophie2.main.func.media/src/main/java/org/sophie2/main/func/media/view/controls''' 74 76 75 77 = Implementation =