Search
RotationController Methods
 


 Public Methods

  Name Description

drawInteraction

Implements ComponentController.drawInteraction. Draws a representation of the current state of user interaction on the specified Graphics surface. (Inherited from PlotController.)

getComponent

Gets the component controlled by this PlotController. (Inherited from PlotController.)

getEnableAnimation

Gets a value indicating if rotation inertia is enabled.

getRunningAnimation

Gets the ComponentAnimation that is currently performed. For internal use.

onMouseDown

PlotController.onMouseDown override. Called when the user presses a mouse button.

onMouseMove

PlotController.onMouseMove override. Called when the user moves the mouse.

onMouseUp

PlotController.onMouseUp override. Called when the user releases a mouse button.

setEnableAnimation

Sets a value that indicates whether rotation inertia is enabled.

 See Also