Documentation of 'info.monitorenter.gui.chart.ITracePointProvider' Java class
ITracePointProvider
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.

    • 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

You see the box below because you did not login.