Uses of Class
synergynetframework.jme.cursorsystem.flicksystem.FlickMover

Packages that use FlickMover
synergynetframework.appsystem.contentsystem.jme.items   
synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick   
synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick   
synergynetframework.jme.cursorsystem.flicksystem   
 

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

Methods in synergynetframework.appsystem.contentsystem.jme.items with parameters of type FlickMover
 void JMEOrthoContentItem.itemFlicked(FlickMover multiTouchElement, com.jme.scene.Spatial targetSpatial, float newLocationX, float newLocationY, float oldLocationX, float oldLocationY)
           
 

Uses of FlickMover in synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick
 

Methods in synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick with parameters of type FlickMover
 boolean TransferController.isDestinationTableAvailable(com.jme.scene.Spatial s, FlickMover fm)
          Checks if is destination table available.
 void TransferController.transfer(FlickMover fm, com.jme.scene.Spatial s, float[] thisArrivalLocationStats, VirtualTable table)
          Transfer.
 

Constructors in synergynetframework.appsystem.services.net.networkedcontentmanager.utils.networkedflick with parameters of type FlickMover
TransferController.CustomThread(FlickMover fm, float[] thisArrivalLocationStats, VirtualTable vt)
          Instantiates a new custom thread.
 

Uses of FlickMover in synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick
 

Methods in synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick with parameters of type FlickMover
 boolean TransferController.isDestinationTableAvailable(com.jme.scene.Spatial s, FlickMover fm)
          Checks if is destination table available.
 void TransferController.transfer(FlickMover fm, com.jme.scene.Spatial s, float[] thisArrivalLocationStats, VirtualTable table)
          Transfer.
 

Constructors in synergynetframework.appsystem.services.net.rapidnetworkmanager.utils.networkflick with parameters of type FlickMover
TransferController.CustomThread(FlickMover fm, float[] thisArrivalLocation, VirtualTable vt)
          Instantiates a new custom thread.
 

Uses of FlickMover in synergynetframework.jme.cursorsystem.flicksystem
 

Methods in synergynetframework.jme.cursorsystem.flicksystem that return FlickMover
static FlickMover FlickSystem.getFlickMover(com.jme.scene.Spatial s)
          Gets the flick mover.
 FlickMover FlickSystem.getMovingElement(com.jme.scene.Spatial s)
          Gets the moving element.
 

Methods in synergynetframework.jme.cursorsystem.flicksystem that return types with arguments of type FlickMover
 java.util.Queue<FlickMover> FlickSystem.getMovingElements()
          Gets the moving elements.
 

Methods in synergynetframework.jme.cursorsystem.flicksystem with parameters of type FlickMover
 void FlickMover.FlickListener.itemFlicked(FlickMover multiTouchElement, com.jme.scene.Spatial targetSpatial, float newLocationX, float newLocationY, float oldLocationX, float oldLocationY)
          Item flicked.