Package info.monitorenter.gui.chart
Interface ITracePointProvider
- All Known Implementing Classes:
TracePointProviderDefault
public interface ITracePointProvider
Interface for creation of new instances of
ITracePoint2D
which will be used wherever a chart
component tree has to create them.
- Version:
- $Revision: 1.3 $
- Author:
- Achim Westermann
-
Method Summary
Modifier and TypeMethodDescriptioncreateTracePoint
(double x, double y) Callback for creating trace points.
-
Method Details
-
createTracePoint
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.
-