Search
RotationController Members
Constructors Fields Methods
 


Represents a controller that rotates a polar plot by changing its StartAngle.

The following tables list the members exposed by the RotationController type.

 Public Constructors

  Name Description

RotationController

Initializes a new instance of the RotationController class with the specified RenderContext.

 Protected Fields

  Name Description

renderContext

The current RenderContext. (Inherited from PlotController.)

 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