Changes between Version 13 and Version 14 of MEDIA_FRAME_CONTROLS_R0


Ignore:
Timestamp:
05/08/09 16:27:08 (16 years ago)
Author:
peko
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MEDIA_FRAME_CONTROLS_R0

    v13 v14  
    6565= Design = 
    6666 * 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)]] 
    6868 * For the time being we will implement three MediaManipulationViews: 
    6969  * PlayMediaManipulationView - for playing media. 
     
    8080 * The changing of the alpha values of the scene elements will be done by a MediaManipulationLogic that is common both for Audio and Video. 
    8181 * 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)]] 
    8383 * Logics will be put in: '''/modules/org.sophie2.main.func.media/src/main/java/org/sophie2/main/func/media/logic''' 
    8484 * MediaManipulationViews - '''/modules/org.sophie2.main.func.media/src/main/java/org/sophie2/main/func/media/view/controls'''