public interface Cylinder extends VisualValue
The following features are supported:
ValuesPackage.getCylinder()
Modifier and Type | Method and Description |
---|---|
double |
getBottomRadius()
Returns the value of the 'Bottom Radius' attribute.
|
Point |
getDistal()
Returns the value of the 'Distal' containment reference.
|
double |
getHeight()
Returns the value of the 'Height' attribute.
|
double |
getTopRadius()
Returns the value of the 'Top Radius' attribute.
|
void |
setBottomRadius(double value)
Sets the value of the '
Bottom Radius ' attribute. |
void |
setDistal(Point value)
Sets the value of the '
Distal ' containment reference. |
void |
setHeight(double value)
Sets the value of the '
Height ' attribute. |
void |
setTopRadius(double value)
Sets the value of the '
Top Radius ' attribute. |
getGroupElements, getPosition, setPosition
isSynched, setSynched
double getBottomRadius()
If the meaning of the 'Bottom Radius' attribute isn't clear, there really should be more of a description here...
setBottomRadius(double)
,
ValuesPackage.getCylinder_BottomRadius()
void setBottomRadius(double value)
Bottom Radius
' attribute.
value
- the new value of the 'Bottom Radius' attribute.getBottomRadius()
double getTopRadius()
If the meaning of the 'Top Radius' attribute isn't clear, there really should be more of a description here...
setTopRadius(double)
,
ValuesPackage.getCylinder_TopRadius()
void setTopRadius(double value)
Top Radius
' attribute.
value
- the new value of the 'Top Radius' attribute.getTopRadius()
double getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(double)
,
ValuesPackage.getCylinder_Height()
void setHeight(double value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
Point getDistal()
If the meaning of the 'Distal' reference isn't clear, there really should be more of a description here...
setDistal(Point)
,
ValuesPackage.getCylinder_Distal()
void setDistal(Point value)
Distal
' containment reference.
value
- the new value of the 'Distal' containment reference.getDistal()