Changes between Version 2 and Version 3 of SCENE_COMMONS_R0


Ignore:
Timestamp:
11/06/08 10:53:57 (16 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCENE_COMMONS_R0

    v2 v3  
    3535 * Each element contains an affine transformation that will position the element at the correct place. 
    3636 * Element style is supposed hold information about borders, opacity, shadows, etc. 
    37  * There will be Scene objects. They'll hold the information about the whole scene and should be implemented as instances of the CompositeElement class. 
     37 * Each element belongs to a layer. 
     38  * The higher the layer the closer the object is to the viewer. 
     39  * If the an object has no layer set, it inherits it from its parent object(ultimately the scene). 
     40  * In each layer objects are sorted by their index in the scene object tree. 
     41 * There will be Scene objects. They'll hold the information about the whole scene. 
    3842 * Swing element provisioning mechanism should be provided in the module class. To be done in SCENE_POINT task. 
    3943= Implementation =