public class BehaviourUtilities
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BehaviourUtilities.RelativePosition
The Enum RelativePosition.
|
| Modifier and Type | Field and Description |
|---|---|
static NetworkFlickLogging.FLICKTYPE |
FLICK_TYPE
Defines behaviour of network flick transfers - by default it is realistic
(i.e.
|
| Constructor and Description |
|---|
BehaviourUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static IItem |
onFlickArrival(FlickMessage message,
IStage stage,
java.lang.String tableIdentity,
float deceleration)
Retrieves details from the supplied message to recreate the flicked item
and to ensure it appears onscreen in the manner expected, i.e.
|
public static NetworkFlickLogging.FLICKTYPE FLICK_TYPE
public static IItem onFlickArrival(FlickMessage message, IStage stage, java.lang.String tableIdentity, float deceleration)
message - Structured message detailing the details of an item's
arrival.stage - The environement's main stage.tableIdentity - Table's ID on the network cluster.deceleration - Rate of flick motion reduction.