package net.sf.jasperreports.engine; public interface JRCommonRectangle extends JRStyleContainer { int getRadius(); Integer getOwnRadius(); }