Uses of Class
apps.threedmanipulation.utils.Context

Packages that use Context
apps.threedmanipulation   
apps.threedmanipulation.utils   
 

Uses of Context in apps.threedmanipulation
 

Methods in apps.threedmanipulation that return Context
 Context ThreeDManipulation.getContext()
          Gets the context.
 

Methods in apps.threedmanipulation with parameters of type Context
 void ThreeDManipulation.setContext(Context context)
          Sets the context.
 

Uses of Context in apps.threedmanipulation.utils
 

Methods in apps.threedmanipulation.utils with parameters of type Context
static void ManipulatableObjectBuilder.buildManipulatedObject(Context context, com.jme.scene.Spatial object, com.jme.scene.Spatial clonedObject, boolean isOneFingerMove, boolean isManipulatedOjbectNode)
          Builds the manipulated object.