Class JRBasePrintEllipse

All Implemented Interfaces:
Serializable, JRCommonElement, JRCommonGraphicElement, JRIdentifiable, JRPenContainer, JRPrintElement, JRPrintEllipse, JRPrintGraphicElement, JRPropertiesHolder, JRStyleContainer

public class JRBasePrintEllipse extends JRBasePrintGraphicElement implements JRPrintEllipse
Author:
Teodor Danciu (teodord@users.sourceforge.net)
See Also:
  • Constructor Details

  • Method Details

    • 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