Class ChartUtil


  • public class ChartUtil
    extends java.lang.Object
    Since:
    3.8.0
    Author:
    JerryChen
    • Constructor Summary

      Constructors 
      Constructor Description
      ChartUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void evalVisibleInfo​(AbstractChartAdv chart, FormulaExpression expr, boolean[] hiddenInfos, java.util.Map<java.lang.Integer,​java.lang.Boolean> cachedRowValues, java.util.Map<java.lang.Integer,​java.lang.Boolean> cachedColumnValues)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChartUtil

        public ChartUtil()
    • Method Detail

      • evalVisibleInfo

        public static void evalVisibleInfo​(AbstractChartAdv chart,
                                           FormulaExpression expr,
                                           boolean[] hiddenInfos,
                                           java.util.Map<java.lang.Integer,​java.lang.Boolean> cachedRowValues,
                                           java.util.Map<java.lang.Integer,​java.lang.Boolean> cachedColumnValues)