ca.nanometrics.gflot.client.util
Class Algorithm

java.lang.Object
  extended by ca.nanometrics.gflot.client.util.Algorithm

public class Algorithm
extends java.lang.Object

Author:
AlexanderDeleon

Constructor Summary
Algorithm()
           
 
Method Summary
static int xBinarySearch(SeriesData s, double xValue)
           
static int xBinarySearch(SeriesData s, int fromIndex, int toIndex, double xValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Algorithm

public Algorithm()
Method Detail

xBinarySearch

public static int xBinarySearch(SeriesData s,
                                double xValue)

xBinarySearch

public static int xBinarySearch(SeriesData s,
                                int fromIndex,
                                int toIndex,
                                double xValue)


Copyright © 2009. All Rights Reserved.