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: JRCommonRectangle.java 3033 2009-08-27 11:46:22Z 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-2009 Jaspersoft Corporation www.jaspersoft.com