Interface LineitemRenderer<T>

    • Method Detail

      • render

        void render​(Lineitem lineItem,
                    T data,
                    int index)
             throws java.lang.Exception
        Renders the data to the specified lineitem.
        Parameters:
        lineItem - the lineItem to render the result.
        data - that is used to render the lineitem.
        index - the index of the data that is currently being rendered.
        Throws:
        java.lang.Exception