Search
PanController Members
Constructors Fields Methods
 


Represents a controller that pans its plot's data range.

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

 Public Constructors

  Name Description

PanController

Initializes a new instance of the PanController class.

 Protected Fields

  Name Description

axisRanges

Contains information about the Axis ranges processed by this controller.
(Inherited from Plot2DController.)

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 that indicates whether pan inertia is enabled.

getRunningAnimation

Gets the running ComponentAnimation. For internal use only.

getVertical

Gets a value indicating whether interaction is done along the X or Y axis. (Inherited from Plot2DController.)

onMouseDown

Plot2DController.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 whether to enable pan inertia.

setVertical

Sets a value indicating whether interaction is done along the X or Y axis. (Inherited from Plot2DController.)

 See Also