public class LegendController extends PlotController
renderContext
Constructor and Description |
---|
LegendController(RenderContext renderContext)
Initializes a new instance of the
LegendController class. |
Modifier and Type | Method and Description |
---|---|
void |
onMouseDown(double x,
double y)
Implements ComponentController.onMouseDown.
|
void |
onMouseMove(double x,
double y)
Implements ComponentController.onMouseMove.
|
drawInteraction, getComponent, getRunningAnimation, onMouseUp
public LegendController(RenderContext renderContext)
LegendController
class.renderContext
- A RenderContext
instance.public void onMouseDown(double x, double y)
onMouseDown
in interface com.mindfusion.charting.components.ComponentController
onMouseDown
in class PlotController
x
- A double value specifying the horizontal position of mouse pointer.y
- A double value specifying the vertical position of mouse pointer.public void onMouseMove(double x, double y)
onMouseMove
in interface com.mindfusion.charting.components.ComponentController
onMouseMove
in class PlotController
x
- A double value specifying the horizontal position of mouse pointer.y
- A double value specifying the vertical position of mouse pointer.