Uses of Class
ChartDirector.ArrayMath

Uses of ArrayMath in ChartDirector
 

Methods in ChartDirector that return ArrayMath
 ArrayMath ArrayMath.add(double[] b)
           
 ArrayMath ArrayMath.add(double b)
           
 ArrayMath ArrayMath.add2(double b)
           
 ArrayMath ArrayMath.sub(double[] b)
           
 ArrayMath ArrayMath.sub(double b)
           
 ArrayMath ArrayMath.sub2(double b)
           
 ArrayMath ArrayMath.mul(double[] b)
           
 ArrayMath ArrayMath.mul(double b)
           
 ArrayMath ArrayMath.mul2(double b)
           
 ArrayMath ArrayMath.div(double[] b)
           
 ArrayMath ArrayMath.div(double b)
           
 ArrayMath ArrayMath.div2(double b)
           
 ArrayMath ArrayMath.financeDiv(double[] b, double zeroByZeroValue)
           
 ArrayMath ArrayMath.shift(int offset, double fillValue)
           
 ArrayMath ArrayMath.shift(int offset)
           
 ArrayMath ArrayMath.shift()
           
 ArrayMath ArrayMath.delta(int offset)
           
 ArrayMath ArrayMath.delta()
           
 ArrayMath ArrayMath.rate(int offset)
           
 ArrayMath ArrayMath.rate()
           
 ArrayMath ArrayMath.abs()
           
 ArrayMath ArrayMath.acc()
           
 ArrayMath ArrayMath.selectGTZ(double[] b, double fillValue)
           
 ArrayMath ArrayMath.selectGTZ(double[] b)
           
 ArrayMath ArrayMath.selectGTZ()
           
 ArrayMath ArrayMath.selectGEZ(double[] b, double fillValue)
           
 ArrayMath ArrayMath.selectGEZ(double[] b)
           
 ArrayMath ArrayMath.selectGEZ()
           
 ArrayMath ArrayMath.selectLTZ(double[] b, double fillValue)
           
 ArrayMath ArrayMath.selectLTZ(double[] b)
           
 ArrayMath ArrayMath.selectLTZ()
           
 ArrayMath ArrayMath.selectLEZ(double[] b, double fillValue)
           
 ArrayMath ArrayMath.selectLEZ(double[] b)
           
 ArrayMath ArrayMath.selectLEZ()
           
 ArrayMath ArrayMath.selectEQZ(double[] b, double fillValue)
           
 ArrayMath ArrayMath.selectEQZ(double[] b)
           
 ArrayMath ArrayMath.selectEQZ()
           
 ArrayMath ArrayMath.selectNEZ(double[] b, double fillValue)
           
 ArrayMath ArrayMath.selectNEZ(double[] b)
           
 ArrayMath ArrayMath.selectNEZ()
           
 ArrayMath ArrayMath.selectStartOfSecond(int majorTickStep, double initialMargin)
           
 ArrayMath ArrayMath.selectStartOfSecond(int majorTickStep)
           
 ArrayMath ArrayMath.selectStartOfSecond()
           
 ArrayMath ArrayMath.selectStartOfMinute(int majorTickStep, double initialMargin)
           
 ArrayMath ArrayMath.selectStartOfMinute(int majorTickStep)
           
 ArrayMath ArrayMath.selectStartOfMinute()
           
 ArrayMath ArrayMath.selectStartOfHour(int majorTickStep, double initialMargin)
           
 ArrayMath ArrayMath.selectStartOfHour(int majorTickStep)
           
 ArrayMath ArrayMath.selectStartOfHour()
           
 ArrayMath ArrayMath.selectStartOfDay(int majorTickStep, double initialMargin)
           
 ArrayMath ArrayMath.selectStartOfDay(int majorTickStep)
           
 ArrayMath ArrayMath.selectStartOfDay()
           
 ArrayMath ArrayMath.selectStartOfWeek(int majorTickStep, double initialMargin)
           
 ArrayMath ArrayMath.selectStartOfWeek(int majorTickStep)
           
 ArrayMath ArrayMath.selectStartOfWeek()
           
 ArrayMath ArrayMath.selectStartOfMonth(int majorTickStep, double initialMargin)
           
 ArrayMath ArrayMath.selectStartOfMonth(int majorTickStep)
           
 ArrayMath ArrayMath.selectStartOfMonth()
           
 ArrayMath ArrayMath.selectStartOfYear(int majorTickStep, double initialMargin)
           
 ArrayMath ArrayMath.selectStartOfYear(int majorTickStep)
           
 ArrayMath ArrayMath.selectStartOfYear()
           
 ArrayMath ArrayMath.selectRegularSpacing(int majorTickStep, int minorTickStep, int initialMargin)
           
 ArrayMath ArrayMath.selectRegularSpacing(int majorTickStep, int minorTickStep)
           
 ArrayMath ArrayMath.selectRegularSpacing(int majorTickStep)
           
 ArrayMath ArrayMath.trim(int startIndex, int len)
           
 ArrayMath ArrayMath.trim(int startIndex)
           
 ArrayMath ArrayMath.trim()
           
 ArrayMath ArrayMath.insert(double[] a, int insertPoint)
           
 ArrayMath ArrayMath.insert(double[] a)
           
 ArrayMath ArrayMath.insert(double c, int len, int insertPoint)
           
 ArrayMath ArrayMath.insert(double c, int len)
           
 ArrayMath ArrayMath.insert2(double c, int len, int insertPoint)
           
 ArrayMath ArrayMath.insert2(double c, int len)
           
 ArrayMath ArrayMath.replace(double a, double b)
           
 ArrayMath ArrayMath.movAvg(int interval)
           
 ArrayMath ArrayMath.expAvg(double smoothingFactor)
           
 ArrayMath ArrayMath.movMed(int interval)
           
 ArrayMath ArrayMath.movPercentile(int interval, double percentile)
           
 ArrayMath ArrayMath.movMax(int interval)
           
 ArrayMath ArrayMath.movMin(int interval)
           
 ArrayMath ArrayMath.movStdDev(int interval)
           
 ArrayMath ArrayMath.movCorr(int interval, double[] b)
           
 ArrayMath ArrayMath.movCorr(int interval)
           
 ArrayMath ArrayMath.lowess(double smoothness, int iteration)
           
 ArrayMath ArrayMath.lowess(double smoothness)
           
 ArrayMath ArrayMath.lowess()
           
 ArrayMath ArrayMath.lowess(double[] b, double smoothness, int iteration)
           
 ArrayMath ArrayMath.lowess(double[] b, double smoothness)
           
 ArrayMath ArrayMath.lowess(double[] b)
           
 ArrayMath ArrayMath.lowess2(double[] b, double smoothness, int iteration)
           
 ArrayMath ArrayMath.lowess2(double[] b, double smoothness)
           
 ArrayMath ArrayMath.lowess2(double[] b)