Search
PlotController Members
Constructors Fields Methods
 


A base class for controllers implementing user interaction with Plot components.

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

 Public Constructors

  Name Description

PlotController

Initializes a new instance of the PlotController class.

 Protected Fields

  Name Description

renderContext

The current RenderContext.

 Public Methods

  Name Description

drawInteraction

Implements ComponentController.drawInteraction. Draws a representation of the current state of user interaction on the specified Graphics surface.

getComponent

Gets the component controlled by this PlotController.

getRunningAnimation

For internal use. Gets the ComponentAnimation that is being performed at the moment.

onMouseDown

Implements ComponentController.onMouseDown. Called when the user presses a mouse button.

onMouseMove

Implements ComponentController.onMouseMove. Called when the user moves the mouse.

onMouseUp

Implements ComponentController.onMouseUp. Called when the user releases a mouse button.

 See Also