1 28 package net.sf.jasperreports.engine.fill; 29 30 import net.sf.jasperreports.engine.JRConstants; 31 import net.sf.jasperreports.engine.JRPrintEllipse; 32 33 34 38 public class JRTemplatePrintEllipse extends JRTemplatePrintGraphicElement implements JRPrintEllipse 39 { 40 41 44 private static final long serialVersionUID = JRConstants.SERIAL_VERSION_UID; 45 46 49 public JRTemplatePrintEllipse(JRTemplateEllipse ellipse) 50 { 51 super(ellipse); 52 } 53 54 55 } 56 | Popular Tags |