first commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package net.sf.jasperreports.engine;
|
||||
|
||||
public interface JRPrintRectangle extends JRPrintGraphicElement, JRCommonRectangle {
|
||||
void setRadius(int paramInt);
|
||||
|
||||
void setRadius(Integer paramInteger);
|
||||
}
|
Reference in New Issue
Block a user