Kanzi  3.9.5
Java API
PinchManipulatorMetadata Interface Reference

Metadata definitions for PinchManipulator. More...

Inheritance diagram for PinchManipulatorMetadata:
[legend]

Classes

class  CanceledMessageArguments
 Metadata definitions for CanceledMessageArguments. More...
 
class  FinishedMessageArguments
 Metadata definitions for FinishedMessageArguments. More...
 
class  MovedMessageArguments
 Metadata definitions for MovedMessageArguments. More...
 
class  StartedMessageArguments
 Metadata definitions for StartedMessageArguments. More...
 

Public Attributes

DynamicMessageType< PinchManipulatorMetadata.CanceledMessageArguments > CanceledMessage
 Occurs when focus moves away from the node during the pinch gesture. More...
 
DynamicMessageType< PinchManipulatorMetadata.FinishedMessageArguments > FinishedMessage
 Occurs when the user lifts their finger after Kanzi recognizes a pinch gesture. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.PinchManipulator")
 Metaclass for PinchManipulator.
 
DynamicMessageType< PinchManipulatorMetadata.MovedMessageArguments > MovedMessage
 Occurs when the user changes the position of their finger and that change exceed the scale or rotation threshold. More...
 
DynamicMessageType< PinchManipulatorMetadata.StartedMessageArguments > StartedMessage
 Occurs when the user presses down their finger. More...
 
- Public Attributes inherited from InputManipulatorMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.InputManipulator")
 Metaclass for InputManipulator.
 

Detailed Description

Metadata definitions for PinchManipulator.

Member Data Documentation

◆ CanceledMessage

DynamicMessageType<PinchManipulatorMetadata.CanceledMessageArguments> CanceledMessage
Initial value:
=
new DynamicMessageType<>(
"Message.Pinch.Canceled", PinchManipulatorMetadata.CanceledMessageArguments.class)

Occurs when focus moves away from the node during the pinch gesture.

◆ FinishedMessage

DynamicMessageType<PinchManipulatorMetadata.FinishedMessageArguments> FinishedMessage
Initial value:
=
new DynamicMessageType<>(
"Message.Pinch.Finished", PinchManipulatorMetadata.FinishedMessageArguments.class)

Occurs when the user lifts their finger after Kanzi recognizes a pinch gesture.

◆ MovedMessage

DynamicMessageType<PinchManipulatorMetadata.MovedMessageArguments> MovedMessage
Initial value:
=
new DynamicMessageType<>(
"Message.Pinch.Moved", PinchManipulatorMetadata.MovedMessageArguments.class)

Occurs when the user changes the position of their finger and that change exceed the scale or rotation threshold.

◆ StartedMessage

DynamicMessageType<PinchManipulatorMetadata.StartedMessageArguments> StartedMessage
Initial value:
=
new DynamicMessageType<>(
"Message.Pinch.Started", PinchManipulatorMetadata.StartedMessageArguments.class)

Occurs when the user presses down their finger.

If the user lifts their finger before it exceeds the scale or rotate threshold, Kanzi cancels the pinch.