public class TracePointProviderDefault extends Object implements ITracePointProvider
ITracePoint2D
instances that returns
implementation
TracePoint2D
.
Constructor and Description |
---|
TracePointProviderDefault()
Defcon.
|
Modifier and Type | Method and Description |
---|---|
ITracePoint2D |
createTracePoint(double x,
double y,
ITrace2D listener)
Callback for creating trace points.
|
public ITracePoint2D createTracePoint(double x, double y, ITrace2D listener)
ITracePointProvider
createTracePoint
in interface ITracePointProvider
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)
).ITracePointProvider.createTracePoint(double, double, info.monitorenter.gui.chart.ITrace2D)
Copyright © 2019. All rights reserved.