Search
LegendController Members
Constructors Fields Methods
 


Allows movement of a legend performed by the user within the boundaries of its parent Panel.

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

 Public Constructors

  Name Description

LegendController

Initializes a new instance of the LegendController class with the specified RenderContext instance.

 Protected Fields

  Name Description

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.)

getRunningAnimation

For internal use. Gets the ComponentAnimation that is being performed at the moment. (Inherited from PlotController.)

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. (Inherited from PlotController.)

 See Also