public interface JRCommonRectangle extends JRStyleContainer
radius
attribute (see getRadius()
) specifies the radius for the
arcs used to draw the corners of the rectangle. The default value is 0, meaning that the
rectangle has normal, square corners.Modifier and Type | Method and Description |
---|---|
Integer |
getOwnRadius() |
int |
getRadius()
Indicates the corner radius for rectangles with round corners.
|
void |
setRadius(int radius)
Deprecated.
Replaced by
setRadius(Integer) . |
void |
setRadius(Integer radius)
Sets the corner radius for rectangles with round corners.
|
getDefaultStyleProvider, getStyle, getStyleNameReference
int getRadius()
Integer getOwnRadius()
void setRadius(int radius)
setRadius(Integer)
.void setRadius(Integer radius)
Copyright © 2021 TIBCO Software Inc.. All rights reserved.