Package-level declarations

Types

Link copied to clipboard
ASlideInputManager is the base class for any class whose aim is to handle the the sliding of any physical/virtual device/control.
Link copied to clipboard
abstract class AbstractWormhole2D<P : Position2D<out P>?> : Wormhole2D<P>
Partial, abstract, implementation for the interface Wormhole2D.
Link copied to clipboard
Implementation of the Dimension2D abstract class with double precision.
Link copied to clipboard
An ExpZoomManager converts the sliding of any physical/virtual device/control into a zoom rate through an exponential function (in this way I am sure to not see negative values ;-).
Link copied to clipboard
A LinearZoomManager converts the sliding of any physical/virtual device/control into a zoom rate through a linear function.
Link copied to clipboard
Adapts various representations of bidimensional positions.
Link copied to clipboard
Implementation for PointerSpeed interface.