Uses of Class
com.sparshui.common.Location
Packages that use Location
Package
Description
-
Uses of Location in com.sparshui.client
Methods in com.sparshui.client with parameters of type LocationModifier and TypeMethodDescriptionint
SparshClient.getGroupID
(Location location) This method must return an ID for a group of points that should be processed together. -
Uses of Location in com.sparshui.common
Methods in com.sparshui.common that return LocationModifier and TypeMethodDescriptionstatic Location
static Location
Location.getCentroid
(Location a, Location b, float w) get weighted average location.static Location
Location.pixelLocation
(Location location) static Location
Location.screenLocation
(Location location) Methods in com.sparshui.common with parameters of type LocationModifier and TypeMethodDescriptionstatic Location
static Location
Location.getCentroid
(Location a, Location b, float w) get weighted average location.float
Location.getDistance
(Location location) static Location
Location.pixelLocation
(Location location) static Location
Location.screenLocation
(Location location) -
Uses of Location in com.sparshui.common.messages.events
Methods in com.sparshui.common.messages.events that return LocationMethods in com.sparshui.common.messages.events with parameters of type LocationModifier and TypeMethodDescriptionvoid
void
Constructors in com.sparshui.common.messages.events with parameters of type Location -
Uses of Location in com.sparshui.server
Methods in com.sparshui.server that return LocationMethods in com.sparshui.server with parameters of type LocationModifier and TypeMethodDescriptionvoid
Update this touch point with a new location and state.Constructors in com.sparshui.server with parameters of type Location -
Uses of Location in org.jmol.multitouch.sparshui
Fields in org.jmol.multitouch.sparshui declared as LocationModifier and TypeFieldDescriptionprotected Location
TwoPointGesture._offset
protected Location
TwoPointGesture._offsetCentroid
Methods in org.jmol.multitouch.sparshui with parameters of type Location