A base class for controllers implementing user interaction with Plot components.
The following tables list the members exposed by the PlotController type.
Name | Description | |
---|---|---|
Initializes a new instance of the PlotController class. |
Name | Description | |
---|---|---|
The current RenderContext. |
Name | Description | |
---|---|---|
Implements ComponentController.drawInteraction. Draws a representation of the current state of user interaction on the specified Graphics surface. |
||
Gets the component controlled by this PlotController. |
||
For internal use. Gets the ComponentAnimation that is being performed at the moment. |
||
Implements ComponentController.onMouseDown. Called when the user presses a mouse button. |
||
Implements ComponentController.onMouseMove. Called when the user moves the mouse. |
||
Implements ComponentController.onMouseUp. Called when the user releases a mouse button. |