net.sf.jasperreports.engine
Interface JRRectangle
- All Superinterfaces:
- JRChild, JRElement, JRGraphicElement, JRStyleContainer
- All Known Implementing Classes:
- JRBaseRectangle, JRDesignRectangle, JRFillRectangle
- public interface JRRectangle
- extends JRGraphicElement
An abstract representation of a graphic element representing a rectangle.
- Version:
- $Id: JRRectangle.java,v 1.11 2005/11/28 09:20:44 teodord Exp $
- 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.JRElement |
collectExpressions, getBackcolor, getElementGroup, getForecolor, getHeight, getKey, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode, getPositionType, getPrintWhenExpression, getPrintWhenGroupChanges, getStretchType, getWidth, getX, getY, isPrintInFirstWholeBand, isPrintRepeatedValues, isPrintWhenDetailOverflows, isRemoveLineWhenBlank, setBackcolor, setForecolor, setMode, setMode, setPositionType, setPrintInFirstWholeBand, setPrintRepeatedValues, setPrintWhenDetailOverflows, setRemoveLineWhenBlank, setStretchType, setWidth, setX |
getRadius
public int getRadius()
- Indicates the corner radius for rectangles with round corners. The default is 0.
getOwnRadius
public java.lang.Integer getOwnRadius()
setRadius
public void setRadius(int radius)
- Sets the corner radius for rectangles with round corners.
setRadius
public void setRadius(java.lang.Integer radius)
© 2001-2005 JasperSoft Corporation www.jaspersoft.com