Package it.unibo.alchemist.boundary.wormhole.interfaces

Types

Link copied to clipboard
interface AngleManager : SlideInputManager
A class that implements the IAngleManager interface is able to convert the sliding of any physical/virtual device/control into a positive double value that represents an angle.
Link copied to clipboard
interface PointerSpeed
Base type for any pointing device: it provides services to analyze the pointer's movement.
Link copied to clipboard
interface SlideInputManager
ISlideInputManager is the base type for any class whose aim is to handle the the sliding of any physical/virtual device/control.
Link copied to clipboard
interface ViewPort
This interface implements an Adapter pattern between a generic view element and the needs of a Wormhole2D.
Link copied to clipboard
interface Wormhole2D<P : Position2D<out P>?>
A Wormhole (in this context) is an entity that "connects" two worlds: the "environment" and the "view".
Link copied to clipboard
interface ZoomManager : SlideInputManager
A class that implements the IZoomManager interface is able to convert the sliding of any physical/virtual device/control into a positive double value that represents a zoom rate.