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, setYDim
getEntityRendererKey
getBoundingBox, getExcluded, getParentNode, getParentNodes, setExcluded, setParentNode
getScene
findProperty, getName, getProperties, getProperty, removeProperty, removeProperty, setName, setProperty
public double getWallThickness()
public void setWallThickness(double value)
value
- New valuepublic double getInnerFilletRadius()
public void setInnerFilletRadius(double value)
value
- New value