Class JRBasePrintEllipse

    • Method Detail

      • accept

        public <T> void accept​(PrintElementVisitor<T> visitor,
                               T arg)
        Description copied from interface: JRPrintElement
        Accepts a print element visitor.

        The element calls the method that corresponds to the element type on the visitor.

        Specified by:
        accept in interface JRPrintElement
        Overrides:
        accept in class JRBasePrintElement
        Type Parameters:
        T - the type of the argument passed to the visit operation
        Parameters:
        visitor - the visitor objects
        arg - the argument passed to the visit operation