Package info.monitorenter.gui.chart
Class TracePointProviderDefault
java.lang.Object
info.monitorenter.gui.chart.TracePointProviderDefault
- All Implemented Interfaces:
ITracePointProvider
Default creator of
ITracePoint2D instances that returns
implementation TracePoint2D.
- Version:
- $Revision: 1.4 $
- Author:
- Achim Westermann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTracePoint(double x, double y) Callback for creating trace points.
-
Constructor Details
-
TracePointProviderDefault
public TracePointProviderDefault()Defcon.
-
-
Method Details
-
createTracePoint
Description copied from interface:ITracePointProviderCallback for creating trace points.- Specified by:
createTracePointin interfaceITracePointProvider- 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.
- See Also:
-