Package-level declarations
Types
Link copied to clipboard
class GestureBitmapView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : View
View used to display a bitmap allowing gestures to change view zooming, panning and rotation.
Link copied to clipboard
Raised if provided matrix does not represent a valid metric transformation.
Link copied to clipboard
data class MetricTransformationParameters(var scale: Double = 1.0, var rotationAngle: Double = 0.0, var horizontalTranslation: Double = 0.0, var verticalTranslation: Double = 0.0) : Serializable
Contains parameters defining a 2D metric transformation.
Link copied to clipboard
class RotationGestureDetector(var listener: RotationGestureDetector.OnRotationGestureListener? = null)
Gesture detector to handle rotation gestures with two fingers.