net.sf.jasperreports.engine.base
Class JRBasePrintRectangle
java.lang.Object
net.sf.jasperreports.engine.base.JRBasePrintElement
net.sf.jasperreports.engine.base.JRBasePrintGraphicElement
net.sf.jasperreports.engine.base.JRBasePrintRectangle
- All Implemented Interfaces:
- Serializable, JRCommonElement, JRCommonGraphicElement, JRCommonRectangle, JRIdentifiable, JRPenContainer, JRPrintElement, JRPrintGraphicElement, JRPrintRectangle, JRPropertiesHolder, JRStyleContainer
public class JRBasePrintRectangle
- extends JRBasePrintGraphicElement
- implements JRPrintRectangle
- Version:
- $Id: JRBasePrintRectangle.java 5180 2012-03-29 13:23:12Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
| Fields inherited from class net.sf.jasperreports.engine.base.JRBasePrintElement |
backcolor, defaultStyleProvider, forecolor, height, key, modeValue, origin, style, uuid, width, x, y |
| Methods inherited from class net.sf.jasperreports.engine.base.JRBasePrintElement |
getBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getKey, getModeValue, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnModeValue, getParentProperties, getPropertiesMap, getSourceElementId, getStyle, getStyleNameReference, getUUID, getWidth, getX, getY, hasProperties, setBackcolor, setForecolor, setHeight, setKey, setMode, setOrigin, setSourceElementId, setStyle, setWidth, setX, setY |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement |
getHeight, getKey, getOrigin, getSourceElementId, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setY |
radius
protected Integer radius
JRBasePrintRectangle
public JRBasePrintRectangle(JRDefaultStyleProvider defaultStyleProvider)
getRadius
public int getRadius()
- Description copied from interface:
JRCommonRectangle
- Indicates the corner radius for rectangles with round corners. The default is 0.
- Specified by:
getRadius in interface JRCommonRectangle
getOwnRadius
public Integer getOwnRadius()
- Specified by:
getOwnRadius in interface JRCommonRectangle
setRadius
public void setRadius(int radius)
- Description copied from interface:
JRCommonRectangle
- Sets the corner radius for rectangles with round corners.
- Specified by:
setRadius in interface JRCommonRectangle- Specified by:
setRadius in interface JRPrintRectangle
setRadius
public void setRadius(Integer radius)
- Specified by:
setRadius in interface JRCommonRectangle- Specified by:
setRadius in interface JRPrintRectangle
accept
public <T> void accept(PrintElementVisitor<T> visitor,
T arg)
- Description copied from interface:
JRPrintElement
- Accepts a print element visitor.
The element calls the method that corresponds to the element type on the visitor.
- Specified by:
accept in interface JRPrintElement- Overrides:
accept in class JRBasePrintElement
- Type Parameters:
T - the type of the argument passed to the visit operation- Parameters:
visitor - the visitor objectsarg - the argument passed to the visit operation
Copyright © 2012. All Rights Reserved.