Changes between Version 13 and Version 14 of MEDIA_FRAME_CONTROLS_R0
- Timestamp:
- 05/08/09 16:27:08 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MEDIA_FRAME_CONTROLS_R0
v13 v14 65 65 = Design = 66 66 * Media frame controls will be defined as MediaManipulationViews which have image SceneElements containing icons. These will represent "buttons" that manipulate the media in Sophie2. In order for the scene elements to behave as buttons we should specify some logic that changes the alpha values of the scene elements (so that they look as if they are clicked, pressed or the mouse is over them - as real buttons do). 67 [[Image(source: trunk/sophie2-platform/doc/uml-design-diagrams/media-manipulation-uml.png)]]67 [[Image(source:branches/private/peko/sophie2-platform/doc/uml-design-diagrams/media-manipulation-uml.png)]] 68 68 * For the time being we will implement three MediaManipulationViews: 69 69 * PlayMediaManipulationView - for playing media. … … 80 80 * The changing of the alpha values of the scene elements will be done by a MediaManipulationLogic that is common both for Audio and Video. 81 81 * The managing of the media playback will be done by two other logics - AudioLogic and VideoLogic: 82 [[Image(source: trunk/sophie2-platform/doc/uml-design-diagrams/media-logics-uml.png)]]82 [[Image(source:branches/private/peko/sophie2-platform/doc/uml-design-diagrams/media-logics-uml.png)]] 83 83 * Logics will be put in: '''/modules/org.sophie2.main.func.media/src/main/java/org/sophie2/main/func/media/logic''' 84 84 * MediaManipulationViews - '''/modules/org.sophie2.main.func.media/src/main/java/org/sophie2/main/func/media/view/controls'''