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
 ITracePoint2D createTracePoint(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.


Copyright © 2001 - 2010 LGPL, All Rights Footloose.