Uses of Class
apps.threedmanipulation.tools.TwinObject

Packages that use TwinObject
apps.threedmanipulation.utils   
 

Uses of TwinObject in apps.threedmanipulation.utils
 

Methods in apps.threedmanipulation.utils that return types with arguments of type TwinObject
 java.util.Map<java.lang.String,TwinObject> Context.getTwinObjects()
          Gets the twin objects.
 

Method parameters in apps.threedmanipulation.utils with type arguments of type TwinObject
 void Context.setTwinObjects(java.util.Map<java.lang.String,TwinObject> twinObjects)
          Sets the twin objects.
 

Constructor parameters in apps.threedmanipulation.utils with type arguments of type TwinObject
Context(java.util.List<Telescope> telescopes, java.util.List<Monitor> monitors, java.util.List<com.jme.scene.Spatial> manipulatableOjbects, java.util.Map<java.lang.String,TouchPad> touchPads, java.util.Map<java.lang.String,TwinObject> twinObjects, ContentSystem contentSystem, java.lang.String indirectManipulationMode, com.jme.scene.Node worldNode, com.jme.scene.Node orthoNode)
          Instantiates a new context.