Uses of Class
synergynetframework.jme.cursorsystem.elements.twod.OrthoControlPointRotateTranslateScale

Packages that use OrthoControlPointRotateTranslateScale
apps.projectmanagement.gesture   
synergynetframework.appsystem.contentsystem.jme.items   
synergynetframework.appsystem.contentsystem.jme.items.utils   
synergynetframework.jme.cursorsystem.elements.twod   
 

Uses of OrthoControlPointRotateTranslateScale in apps.projectmanagement.gesture
 

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

Uses of OrthoControlPointRotateTranslateScale in synergynetframework.appsystem.contentsystem.jme.items
 

Methods in synergynetframework.appsystem.contentsystem.jme.items with parameters of type OrthoControlPointRotateTranslateScale
 void JMEOrthoContentItem.itemMoved(OrthoControlPointRotateTranslateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float newLocationX, float newLocationY, float oldLocationX, float oldLocationY)
           
 void JMEOrthoContentItem.itemRotated(OrthoControlPointRotateTranslateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float newAngle, float oldAngle)
           
 void JMEOrthoContentItem.itemScaled(OrthoControlPointRotateTranslateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float scaleChange)
           
 

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

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

Methods in synergynetframework.appsystem.contentsystem.jme.items.utils with parameters of type OrthoControlPointRotateTranslateScale
 void KeyboardWrapper.KeyboardEvenListener.itemMoved(OrthoControlPointRotateTranslateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float newLocationX, float newLocationY, float oldLocationX, float oldLocationY)
          Item moved.
 void KeyboardWrapper.KeyboardEvenListener.itemRotated(OrthoControlPointRotateTranslateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float newAngle, float oldAngle)
          Item rotated.
 void KeyboardWrapper.KeyboardEvenListener.itemScaled(OrthoControlPointRotateTranslateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float scaleChange)
          Item scaled.
 

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

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

Methods in synergynetframework.jme.cursorsystem.elements.twod with parameters of type OrthoControlPointRotateTranslateScale
 void OrthoControlPointRotateTranslateScale.RotateTranslateScaleListener.itemMoved(OrthoControlPointRotateTranslateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float newLocationX, float newLocationY, float oldLocationX, float oldLocationY)
          Item moved.
 void OrthoControlPointRotateTranslateScale.RotateTranslateScaleListener.itemRotated(OrthoControlPointRotateTranslateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float newAngle, float oldAngle)
          Item rotated.
 void OrthoControlPointRotateTranslateScale.RotateTranslateScaleListener.itemScaled(OrthoControlPointRotateTranslateScale multiTouchElement, com.jme.scene.Spatial targetSpatial, float scaleChange)
          Item scaled.