Search
PanController 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 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