public interface ITracePointProvider extends Serializable
ITracePoint2D
which will be used wherever a chart
component tree has to create them.
Modifier and Type | Method and Description |
---|---|
ITracePoint2D |
createTracePoint(double x,
double y,
ITrace2D listener)
Callback for creating trace points.
|
ITracePoint2D createTracePoint(double x, double y, ITrace2D listener)
x
- the x value for the new instance.y
- the y value for the new instance.listener
- the trace that the point is assigned to (and get's updates if the point is changed via ITracePoint2D.setLocation(double, double)
).Copyright © 2019. All rights reserved.