Uses of Class
synergynetframework.jme.cursorsystem.MultiTouchElement

Packages that use MultiTouchElement
apps.mt3dmaps   
apps.projectmanagement.gesture   
apps.threedbuttonsexperiment.gesture   
apps.threedmanipulation.gestures   
apps.threedpuzzle.gestures   
synergynetframework.appsystem.contentsystem.jme.items.utils   
synergynetframework.appsystem.contentsystem.jme.items.utils.controlbar   
synergynetframework.jme.cursorsystem   
synergynetframework.jme.cursorsystem.elements   
synergynetframework.jme.cursorsystem.elements.threed   
synergynetframework.jme.cursorsystem.elements.twod   
synergynetframework.jme.cursorsystem.fixutils   
synergynetframework.jme.cursorsystem.flicksystem   
 

Uses of MultiTouchElement in apps.mt3dmaps
 

Subclasses of MultiTouchElement in apps.mt3dmaps
 class TerrainNavigator
          The Class TerrainNavigator.
 

Uses of MultiTouchElement in apps.projectmanagement.gesture
 

Subclasses of MultiTouchElement in apps.projectmanagement.gesture
 class PeriodBarControl
          The Class PeriodBarControl.
 class ScheduleBarControl
          The Class ScheduleBarControl.
 class ScrollBarControl
          The Class ScrollBarControl.
 

Uses of MultiTouchElement in apps.threedbuttonsexperiment.gesture
 

Subclasses of MultiTouchElement in apps.threedbuttonsexperiment.gesture
 class MultiTouchButtonPress
          The Class MultiTouchButtonPress.
 

Uses of MultiTouchElement in apps.threedmanipulation.gestures
 

Subclasses of MultiTouchElement in apps.threedmanipulation.gestures
 class ControlPanelMoveRotateScale
          The Class ControlPanelMoveRotateScale.
 class MonitorCameraRotateTranslateZoom
          The Class MonitorCameraRotateTranslateZoom.
 class ObjectRightClick
          The Class ObjectRightClick.
 class ObjectRotateTranslate
          The Class ObjectRotateTranslate.
 class OjbectManipulation
          The Class OjbectManipulation.
 class OjbectManipulationforCCTV
          The Class OjbectManipulationforCCTV.
 class TelescopeFrameMoveZoom
          The Class TelescopeFrameMoveZoom.
 

Uses of MultiTouchElement in apps.threedpuzzle.gestures
 

Subclasses of MultiTouchElement in apps.threedpuzzle.gestures
 class TwoFingersGesture
          The Class TwoFingersGesture.
 

Uses of MultiTouchElement in synergynetframework.appsystem.contentsystem.jme.items.utils
 

Subclasses of MultiTouchElement in synergynetframework.appsystem.contentsystem.jme.items.utils
 class KeyboardWrapper
          The Class KeyboardWrapper.
 class SketchPadWrapper
          The Class SketchPadWrapper.
 

Uses of MultiTouchElement in synergynetframework.appsystem.contentsystem.jme.items.utils.controlbar
 

Subclasses of MultiTouchElement in synergynetframework.appsystem.contentsystem.jme.items.utils.controlbar
 class ControlBarMover
          The Class ControlBarMover.
 

Uses of MultiTouchElement in synergynetframework.jme.cursorsystem
 

Subclasses of MultiTouchElement in synergynetframework.jme.cursorsystem
 class ThreeDMultiTouchElement
          The Class ThreeDMultiTouchElement.
 class TwoDMultiTouchElement
          The Class TwoDMultiTouchElement.
 

Methods in synergynetframework.jme.cursorsystem that return MultiTouchElement
 MultiTouchElement MultiTouchElementRegistry.getElementByTargetSpatial(com.jme.scene.Spatial s)
          Gets the element by target spatial.
 

Methods in synergynetframework.jme.cursorsystem that return types with arguments of type MultiTouchElement
 java.util.List<MultiTouchElement> MultiTouchElementRegistry.getRegisteredElementsForCursorID(long id)
          Gets the registered elements for cursor id.
 

Methods in synergynetframework.jme.cursorsystem with parameters of type MultiTouchElement
 boolean MultiTouchElementRegistry.isRegistered(MultiTouchElement e)
          Checks if is registered.
 void MultiTouchElementRegistry.register(MultiTouchElement mrs)
          Register.
 void MultiTouchElementRegistry.unregister(MultiTouchElement e)
          Unregister.
 

Uses of MultiTouchElement in synergynetframework.jme.cursorsystem.elements
 

Subclasses of MultiTouchElement in synergynetframework.jme.cursorsystem.elements
 class MultiTouchButton
          The Class MultiTouchButton.
 

Uses of MultiTouchElement in synergynetframework.jme.cursorsystem.elements.threed
 

Subclasses of MultiTouchElement in synergynetframework.jme.cursorsystem.elements.threed
 class ControlPointRotateTranslateScale
          The Class ControlPointRotateTranslateScale.
 class MultiTouchMoveableXYPlane
          The Class MultiTouchMoveableXYPlane.
 class MultiTouchMoveableXYPlaneWithPhysics
          The Class MultiTouchMoveableXYPlaneWithPhysics.
 class MultiTouchMoveZ
          The Class MultiTouchMoveZ.
 class MultiTouchMoveZController
          The Class MultiTouchMoveZController.
 class MultiTouchRotateXY
          The Class MultiTouchRotateXY.
 class MultiTouchRotateXYController
          The Class MultiTouchRotateXYController.
 class MultiTouchRotateZ
          The Class MultiTouchRotateZ.
 class MultiTouchScale
          The Class MultiTouchScale.
 class MultiTouchTransformableDrawableElement
          The Class MultiTouchTransformableDrawableElement.
 

Uses of MultiTouchElement in synergynetframework.jme.cursorsystem.elements.twod
 

Subclasses of MultiTouchElement in synergynetframework.jme.cursorsystem.elements.twod
 class CursorEventDispatcher
          The Class CursorEventDispatcher.
 class IndependentChildOrthoCPRTS
          The Class IndependentChildOrthoCPRTS.
 class OrthoBringToTop
          The Class OrthoBringToTop.
 class OrthoControlPointRotateTranslateScale
          The Class OrthoControlPointRotateTranslateScale.
 class OrthoControlPointRotateTranslateScaleFix
          The Class OrthoControlPointRotateTranslateScaleFix.
 class OrthoControlPointRotateTranslateScaleWithListener
          The listener interface for receiving orthoControlPointRotateTranslateScaleWith events.
 class OrthoCursorEventDispatcher
          The Class OrthoCursorEventDispatcher.
 class OrthoMove
          The Class OrthoMove.
 class OrthoSnap
          The Class OrthoSnap.
 class SingleTouchRotateTranslate
          Assumes Single Cursor only.
 class TwoDQuadWithMultiTouchInteraction
          The Class TwoDQuadWithMultiTouchInteraction.
 

Uses of MultiTouchElement in synergynetframework.jme.cursorsystem.fixutils
 

Methods in synergynetframework.jme.cursorsystem.fixutils with parameters of type MultiTouchElement
 boolean FixGesture.checkForFixGesture(MultiTouchElement element, ScreenCursor c, MultiTouchCursorEvent event)
          Check for fix gesture.
 boolean ClickOnCornersGesture.checkForFixGesture(MultiTouchElement element, ScreenCursor c, MultiTouchCursorEvent event)
           
 boolean FixGesture.checkForUnfixGesture(MultiTouchElement element, ScreenCursor c, MultiTouchCursorEvent event)
          Check for unfix gesture.
 boolean ClickOnCornersGesture.checkForUnfixGesture(MultiTouchElement element, ScreenCursor c, MultiTouchCursorEvent event)
           
 

Uses of MultiTouchElement in synergynetframework.jme.cursorsystem.flicksystem
 

Subclasses of MultiTouchElement in synergynetframework.jme.cursorsystem.flicksystem
 class FlickMover
          The Class FlickMover.
 

Methods in synergynetframework.jme.cursorsystem.flicksystem that return MultiTouchElement
 MultiTouchElement FlickMover.getMovingElement()
          Gets the moving element.
 

Methods in synergynetframework.jme.cursorsystem.flicksystem with parameters of type MultiTouchElement
 void FlickSystem.makeFlickable(com.jme.scene.Spatial s, MultiTouchElement movingElement, float deceleration)
          Make flickable.
 void FlickSystem.makeFlickable(com.jme.scene.Spatial pickingSpatial, com.jme.scene.Spatial targetSpatial, MultiTouchElement movingElement, float deceleration)
          Make flickable.
 

Constructors in synergynetframework.jme.cursorsystem.flicksystem with parameters of type MultiTouchElement
FlickMover(com.jme.scene.Spatial pickSpatial, MultiTouchElement movingElement, float deceleration, boolean networkFlickMode)
          Instantiates a new flick mover.
FlickMover(com.jme.scene.Spatial pickSpatial, com.jme.scene.Spatial targetSpatial, MultiTouchElement movingElement, float deceleration, boolean networkFlickMode)
          Instantiates a new flick mover.