Class JRTemplatePrintEllipse

    • Constructor Detail

      • JRTemplatePrintEllipse

        public JRTemplatePrintEllipse()
      • JRTemplatePrintEllipse

        public JRTemplatePrintEllipse​(JRTemplateEllipse ellipse,
                                      PrintElementOriginator originator)
        Creates a print ellipse element.
        Parameters:
        ellipse - the template ellipse that the element will use
        originator -
    • 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 JRTemplatePrintElement
        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