Class AreaEvalHelper


  • public class AreaEvalHelper
    extends java.lang.Object
    Formula Area evaluation helper class.
    Author:
    ashish
    • Constructor Summary

      Constructors 
      Constructor Description
      AreaEvalHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ValueEval getRelativeValue​(ValueEval valueEval, int relativeRowIndex, int relativeColumnIndex)  
      static java.util.List<java.lang.Double> toDoubleList​(ValueEval valueEval, int srcRowIndex, int srcColumnIndex)  
      static double[][] toDoubleMatrix​(ValueEval valueEval, int relativeRowIndex, int relativeColumnIndex)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait