org.opensourcephysics.drawing3d.utils
Interface ImplementingGroup


public interface ImplementingGroup

Interface for groups under different implementations

Author:
Francisco Esquembre

Method Summary
 void addToScene()
          Efectively adds the element to the 3D scene.
 void processChanges(int _change, int _cumulativeChange)
          Process changes of the element
 void styleChanged(int _change)
          Applies any change required by a change in style
 

Method Detail

addToScene

void addToScene()
Efectively adds the element to the 3D scene. Required by Java 3D


processChanges

void processChanges(int _change,
                    int _cumulativeChange)
Process changes of the element

Parameters:
_change - int the changes of this element
_cumulativeChange - int the cumulative changes, i.e. the changes of the element and those inherited from parent groups

styleChanged

void styleChanged(int _change)
Applies any change required by a change in style

Parameters:
_change - int indicates the change that took place