Class DeepPrintElementCounter

    • Constructor Detail

      • DeepPrintElementCounter

        protected DeepPrintElementCounter()
    • Method Detail

      • count

        public static int count​(JRPrintElement element)
        Calculates the deep element count of an element.
        Parameters:
        element -
        Returns:
        the deep element count of the element
      • count

        public static int count​(java.util.Collection<? extends JRPrintElement> elements)