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 4595 2011-09-08 15:55:10Z 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.
 void setRadius(int radius)
          Sets the corner radius for rectangles with round corners.
 void setRadius(java.lang.Integer radius)
           
 
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()

setRadius

void setRadius(int radius)
Sets the corner radius for rectangles with round corners.


setRadius

void setRadius(java.lang.Integer radius)


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com