net.sf.jasperreports.engine
Interface JRCommonRectangle

All Superinterfaces:
JRStyleContainer
All Known Subinterfaces:
JRPrintRectangle, JRRectangle
All Known Implementing Classes:
JRBasePrintRectangle, JRBaseRectangle, JRDesignRectangle, JRFillRectangle, JRTemplatePrintRectangle, JRTemplateRectangle

public interface JRCommonRectangle
extends JRStyleContainer

An abstract representation of a graphic element representing a rectangle.

Version:
$Id: JRRectangle.java 1229 2006-04-19 10:27:35Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 java.lang.Integer getOwnRadius()
           
 int getRadius()
          Indicates the corner radius for rectangles with round corners.
 
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer
getDefaultStyleProvider, getStyle, getStyleNameReference
 

Method Detail

getRadius

int getRadius()
Indicates the corner radius for rectangles with round corners. The default is 0.


getOwnRadius

java.lang.Integer getOwnRadius()


© 2001-2006 JasperSoft Corporation www.jaspersoft.com