Uses of Class
it.tidalwave.image.render.ScaleController
-
Packages that use ScaleController Package Description it.tidalwave.image.render -
-
Uses of ScaleController in it.tidalwave.image.render
Subclasses of ScaleController in it.tidalwave.image.render Modifier and Type Class Description class
AnimatedScaleController
A specialScaleController
which performs smooth scale transitions.Constructors in it.tidalwave.image.render with parameters of type ScaleController Constructor Description MouseClickZoomingController(ScaleController scaleController)
Creates a new instance of this class, attached to aScaleController
.MouseWheelZoomingController(ScaleController scaleController)
Creates a new instance of this class, attached to aScaleController
.
-