A base class for controllers that let users interact with Plot2D objects.
The following tables list the members exposed by the Plot2DController type.
Name | Description | |
---|---|---|
Initializes a new instance of the Plot2DController class with the specified RenderContext and orientation. |
Name | Description | |
---|---|---|
Contains information about the Axis ranges processed by this controller. |
||
The current RenderContext. (Inherited from PlotController.) |
Name | Description | |
---|---|---|
Implements ComponentController.drawInteraction. Draws a representation of the current state of user interaction on the specified Graphics surface. (Inherited from PlotController.) |
||
Gets the component controlled by this PlotController. (Inherited from PlotController.) |
||
For internal use. Gets the ComponentAnimation that is being performed at the moment. (Inherited from PlotController.) |
||
Gets a value indicating whether interaction is done along the X or Y axis. |
||
PlotController.onMouseDown override. Called when the user presses a mouse button. |
||
Implements ComponentController.onMouseMove. Called when the user moves the mouse. (Inherited from PlotController.) |
||
Implements ComponentController.onMouseUp. Called when the user releases a mouse button. (Inherited from PlotController.) |
||
Sets a value indicating whether interaction is done along the X or Y axis. |