info.monitorenter.gui.chart
Class TracePointProviderDefault

java.lang.Object
  extended by info.monitorenter.gui.chart.TracePointProviderDefault
All Implemented Interfaces:
ITracePointProvider

public class TracePointProviderDefault
extends java.lang.Object
implements ITracePointProvider

Default creator of ITracePoint2D instances that returns implementation TracePoint2D.

Version:
$Revision: 1.4 $
Author:
Achim Westermann

Constructor Summary
TracePointProviderDefault()
          Defcon.
 
Method Summary
 ITracePoint2D createTracePoint(double x, double y)
          Callback for creating trace points.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TracePointProviderDefault

public TracePointProviderDefault()
Defcon.

Method Detail

createTracePoint

public ITracePoint2D createTracePoint(double x,
                                      double y)
Description copied from interface: ITracePointProvider
Callback for creating trace points.

Specified by:
createTracePoint in interface ITracePointProvider
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:
ITracePointProvider.createTracePoint(double, double)


Copyright © 2001 - 2010 LGPL, All Rights Footloose.