Kanzi  3.9.2
Java API
PanManipulator Class Reference
Inheritance diagram for PanManipulator:
[legend]

Static Public Attributes

static final Metaclass metaclass
 The Metaclass for the class. More...
 
- Static Public Attributes inherited from InputManipulator
static final Metaclass metaclass
 The Metaclass for the class. More...
 
- Static Public Attributes inherited from KanziObject
static final Metaclass metaclass = new AbstractMetaclass("Kanzi.Object")
 The Metaclass for the class.
 

Additional Inherited Members

- Public Member Functions inherited from KanziObject
boolean equals (Object object)
 
Domain getDomain ()
 Returns the domain the object belongs to. More...
 
Metaclass getDynamicMetaclass ()
 Returns the metaclass of the dynamic type of the object. More...
 
boolean isStale ()
 Test if the object is stale i.e. More...
 
- Public Attributes inherited from InputManipulatorMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.InputManipulator")
 Metaclass for InputManipulator.
 
- Public Attributes inherited from PanManipulatorMetadata
AbstractMessageType CanceledMessage = new AbstractMessageType("Message.Pan.Canceled")
 Occurs when focus moves away from the node during the pan gesture.
 
AbstractMessageType EnteredMessage = new AbstractMessageType("Message.Pan.Entered")
 Occurs when the pan gesture enters the node the manipulator is attached to.
 
AbstractMessageType FinishedMessage = new AbstractMessageType("Message.Pan.Finished")
 Occurs when the user lifts their finger after Kanzi recognizes a pan gesture.
 
AbstractMessageType LeftMessage = new AbstractMessageType("Message.Pan.Left")
 Occurs when the pan gesture leaves the node the manipulator is attached to.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.PanManipulator")
 Metaclass for PanManipulator.
 
AbstractMessageType MovedMessage = new AbstractMessageType("Message.Pan.Moved")
 Occurs when the user changes the position of their finger and that change exceeds the recognition thresholds.
 
AbstractMessageType StartedMessage = new AbstractMessageType("Message.Pan.Started")
 Occurs when the user presses down their finger on the node. More...
 

Member Data Documentation

◆ metaclass

final Metaclass metaclass
static