Uses of Class
synergynetframework.jme.cursorsystem.fixutils.FixLocationStatus

Packages that use FixLocationStatus
synergynetframework.appsystem.contentsystem.items   
synergynetframework.appsystem.contentsystem.items.implementation.interfaces   
synergynetframework.appsystem.contentsystem.items.listener   
synergynetframework.appsystem.contentsystem.jme.items   
synergynetframework.jme.cursorsystem.elements.twod   
 

Uses of FixLocationStatus in synergynetframework.appsystem.contentsystem.items
 

Methods in synergynetframework.appsystem.contentsystem.items with parameters of type FixLocationStatus
 void OrthoContentItem.itemSnapped(ContentItem item, FixLocationStatus fixLocationStatus)
           
 

Method parameters in synergynetframework.appsystem.contentsystem.items with type arguments of type FixLocationStatus
 void OrthoContentItem.setFixLocations(java.util.List<FixLocationStatus> fixLocations)
           
 

Uses of FixLocationStatus in synergynetframework.appsystem.contentsystem.items.implementation.interfaces
 

Method parameters in synergynetframework.appsystem.contentsystem.items.implementation.interfaces with type arguments of type FixLocationStatus
 void IOrthoContentItemImplementation.setFixLocations(java.util.List<FixLocationStatus> fixLocations)
          Sets the fix locations.
 

Uses of FixLocationStatus in synergynetframework.appsystem.contentsystem.items.listener
 

Methods in synergynetframework.appsystem.contentsystem.items.listener with parameters of type FixLocationStatus
 void OrthoSnapListener.itemSnapped(ContentItem item, FixLocationStatus fixLocationStatus)
          Item snapped.
 void OrthoSnapAdapter.itemSnapped(ContentItem item, FixLocationStatus fixLocationStatus)
           
 

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

Methods in synergynetframework.appsystem.contentsystem.jme.items with parameters of type FixLocationStatus
 void JMEOrthoContentItem.itemSnapped(OrthoSnap multiTouchElement, com.jme.scene.Spatial targetSpatial, FixLocationStatus fixLocationStatus)
           
 

Method parameters in synergynetframework.appsystem.contentsystem.jme.items with type arguments of type FixLocationStatus
 void JMEOrthoContentItem.setFixLocations(java.util.List<FixLocationStatus> fixLocations)
           
 

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

Methods in synergynetframework.jme.cursorsystem.elements.twod with parameters of type FixLocationStatus
 void OrthoSnap.SnapListener.itemSnapped(OrthoSnap multiTouchElement, com.jme.scene.Spatial targetSpatial, FixLocationStatus fixLocationStatus)
          Item snapped.
 

Method parameters in synergynetframework.jme.cursorsystem.elements.twod with type arguments of type FixLocationStatus
 void OrthoSnap.setFixLocations(java.util.List<FixLocationStatus> fixLocations)
          Sets the fix locations.