Uses of Class
apps.threedmanipulation.tools.Telescope

Packages that use Telescope
apps.threedmanipulation.utils   
 

Uses of Telescope in apps.threedmanipulation.utils
 

Methods in apps.threedmanipulation.utils that return types with arguments of type Telescope
 java.util.List<Telescope> Context.getTelescopes()
          Gets the telescopes.
 

Method parameters in apps.threedmanipulation.utils with type arguments of type Telescope
 void Context.setTelescopes(java.util.List<Telescope> telescopes)
          Sets the telescopes.
 

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