Uses of Class
org.malai.interaction.PointingDeviceTransition

Packages that use PointingDeviceTransition
org.malai.interaction   
org.malai.interaction.library   
 

Uses of PointingDeviceTransition in org.malai.interaction
 

Subclasses of PointingDeviceTransition in org.malai.interaction
 class MoveTransition
          This transition corresponds to a move of a button of a pointing device.
 class PressureTransition
          This transition corresponds to a pressure of a button of a pointing device.
 class ReleaseTransition
          This transition corresponds to a release of a button of a pointing device.
 class ScrollTransition
          This transition corresponds to a scroll event.
 

Uses of PointingDeviceTransition in org.malai.interaction.library
 

Subclasses of PointingDeviceTransition in org.malai.interaction.library
(package private)  class DnD.Move4DnD
           
(package private)  class DnD.Release4DnD
           
(package private)  class DoubleClick.ReleaseTransition4DoubleClick
           
(package private)  class PointInteraction.PointPressureTransition
          A press transition.
(package private)  class Scrolling.ScrollingScrollTransition
          This scroll transition modifies the scrolling interaction.