Uses of Class
apps.threedmanipulation.tools.TouchPad

Packages that use TouchPad
apps.threedmanipulation.utils   
 

Uses of TouchPad in apps.threedmanipulation.utils
 

Methods in apps.threedmanipulation.utils that return types with arguments of type TouchPad
 java.util.Map<java.lang.String,TouchPad> Context.getTouchPads()
          Gets the touch pads.
 

Method parameters in apps.threedmanipulation.utils with type arguments of type TouchPad
 void Context.setTouchPads(java.util.Map<java.lang.String,TouchPad> touchPads)
          Sets the touch pads.
 

Constructor parameters in apps.threedmanipulation.utils with type arguments of type TouchPad
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.