info.monitorenter.gui.chart
Interface ITracePointProvider
-
- All Known Implementing Classes:
- TracePointProviderDefault
public interface ITracePointProviderInterface for creation of new instances ofwhich will be used wherever a chart component tree has to create them.ITracePoint2D
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ITracePoint2DcreateTracePoint(double x, double y)Callback for creating trace points.
-
-
-
Method Detail
-
createTracePoint
ITracePoint2D createTracePoint(double x, double y)
Callback for creating trace points.- Parameters:
x- the x value for the new instance.y- the y value for the new instance.- Returns:
- the desired trace point implementation to use.
-
-
DMelt 3.0 © DataMelt by jWork.ORG