Basic class graph of opale.soya 3D elements. (view this with a fixed-size font). Notice that all interfaces arn't shown.

INTERFACE:
                                CoordSyst--+
                     Rotable----Position---+                                     java.util.Collection              
      Bean-----+               Orientation-+   FragmentCollectorFiller-+                   |                 
   NamedObject-+                Dimension--+              Fragmentable-+              Collection--+
               |                           |                           |                          |             
---------------+---------------------------+---------------------------+--------------------------+---------------------------
               |                           |                           |                          |             
CLASS:    AbstractBean                     |                           |                          |             
 Abstract      |                           |                           |                          |                     
           Element3D                       |                           |                          |             
               |                           |                           |                          |             
               +------------------GraphicalElement3D                   |                          |             
               |                           |                           |                          |             
 --------------+---------------------------+---------------------------+--------------------------+---------------------------
 Non abstract  |                           |                           |                          |             
               |                           +------------------------Volume3D                      |                                      
               |                           |                           |                          |             
               |                           |                           +-----------------------World3D
               |                           |                                                      |             
               |                           |                                                      +------------Environment3D
               |                           |                                          
               |                           +------------------------Camera3D
               |                           |                 (implements Renderer)                  
               |                           |                                               
               |                           +------------------------Light3D                         
               |                           |                  (implements Colored)                  
               |                           |                                            
               |                           +-------------------FragmentElement3D (abstract)
               |                                             (implements Fragment)
               |                                            this one is a convenient
               |                                          way to create custom element
               |                                                       |
               |                                                       +-------------------ParticlesBunch3D (abstract)
               |                                                       |                 the particles system
               |                                                       |
               |                                                       |             many other, in particular in
               |                                                       +------------packages  opale.soya.soya3d.fx
               |                                                                    and opale.soya.soya3d.geometry
               |
               +----------Macro3D
               |
               +-------all other non        
                     graphical elements    

