public class HollowRectangleShape extends RectangleShape
name, properties| Constructor and Description |
|---|
HollowRectangleShape() |
| Modifier and Type | Method and Description |
|---|---|
double |
getInnerFilletRadius()
The inner fillet radius of the inner rectangle.
|
double |
getWallThickness()
The thickness between the boundary of the rectangle and the inner hole
|
void |
setInnerFilletRadius(double value)
The inner fillet radius of the inner rectangle.
|
void |
setWallThickness(double value)
The thickness between the boundary of the rectangle and the inner hole
|
getExtent, getRoundingRadius, getXDim, getYDim, setRoundingRadius, setXDim, setYDimgetEntityRendererKeygetBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNodegetScenefindProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setPropertypublic double getWallThickness()
public void setWallThickness(double value)
value - New valuepublic double getInnerFilletRadius()
public void setInnerFilletRadius(double value)
value - New value