Uses of Interface
de.jreality.scene.event.TransformationListener

Packages that use TransformationListener
de.jreality.plugin.content   
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
de.jreality.scene.event This package contains the classes for handling events in the jReality scene graph. 
de.jreality.util Miscellaneous jReality utilities used in the core packages. 
 

Uses of TransformationListener in de.jreality.plugin.content
 

Classes in de.jreality.plugin.content that implement TransformationListener
 class CenteredAndScaledContent
           
 

Uses of TransformationListener in de.jreality.scene
 

Classes in de.jreality.scene that implement TransformationListener
 class SceneGraphPathObserver
          This class observes the given path for changes of the resulting path matrix/effective appearance.
 class TransformationCustomizer
          Transformation inspector.
 

Methods in de.jreality.scene with parameters of type TransformationListener
 void SceneGraphPathObserver.addTransformationListener(TransformationListener listener)
           
 void Transformation.addTransformationListener(TransformationListener listener)
           
 void SceneGraphPathObserver.removeTransformationListener(TransformationListener listener)
           
 void Transformation.removeTransformationListener(TransformationListener listener)
           
 

Uses of TransformationListener in de.jreality.scene.event
 

Classes in de.jreality.scene.event that implement TransformationListener
 class TransformationEventMulticaster
           
 

Methods in de.jreality.scene.event that return TransformationListener
static TransformationListener TransformationEventMulticaster.add(TransformationListener a, TransformationListener b)
           
static TransformationListener TransformationEventMulticaster.remove(TransformationListener l, TransformationListener oldl)
           
 

Methods in de.jreality.scene.event with parameters of type TransformationListener
static TransformationListener TransformationEventMulticaster.add(TransformationListener a, TransformationListener b)
           
static TransformationListener TransformationEventMulticaster.remove(TransformationListener l, TransformationListener oldl)
           
 

Uses of TransformationListener in de.jreality.util
 

Classes in de.jreality.util that implement TransformationListener
 class RenderTrigger
          RenderTrigger is a class for managing render requests for a scene (or parts of it) One can add subtrees of a scene (SceneGraphComponents and their children) to be watched for changes.