Interface PrintElementVisitor<T>

    • Method Detail

      • visit

        void visit​(JRPrintText textElement,
                   T arg)
        Visits a text print element.
        Parameters:
        textElement - the element to visit
        arg - an argument passed for the visit
      • visit

        void visit​(JRPrintImage image,
                   T arg)
        Visits a print image.
        Parameters:
        image - the image to visit
        arg - an argument passed for the visit
      • visit

        void visit​(JRPrintRectangle rectangle,
                   T arg)
        Visits a print rectangle.
        Parameters:
        rectangle - the rectangle to visit
        arg - an argument passed for the visit
      • visit

        void visit​(JRPrintLine line,
                   T arg)
        Visits a print line.
        Parameters:
        line - the line to visit
        arg - an argument passed for the visit
      • visit

        void visit​(JRPrintEllipse ellipse,
                   T arg)
        Visits a print ellipse.
        Parameters:
        ellipse - the ellipse to visit
        arg - an argument passed for the visit
      • visit

        void visit​(JRPrintFrame frame,
                   T arg)
        Visits a print frame.
        Parameters:
        frame - the frame to visit
        arg - an argument passed for the visit
      • visit

        void visit​(JRGenericPrintElement printElement,
                   T arg)
        Visits a generic print element.
        Parameters:
        printElement - the element to visit
        arg - an argument passed for the visit