public interface RoundedRectangle extends GraphicsAlgorithm
The following features are supported:
AlgorithmsPackage.getRoundedRectangle()
Modifier and Type | Method and Description |
---|---|
int |
getCornerHeight()
Returns the value of the 'Corner Height' attribute.
|
int |
getCornerWidth()
Returns the value of the 'Corner Width' attribute.
|
void |
setCornerHeight(int value)
Sets the value of the '
Corner Height ' attribute. |
void |
setCornerWidth(int value)
Sets the value of the '
Corner Width ' attribute. |
getGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setY
getProperties
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisible
int getCornerHeight()
If the meaning of the 'Corner Height' attribute isn't clear, there really should be more of a description here...
setCornerHeight(int)
,
AlgorithmsPackage.getRoundedRectangle_CornerHeight()
void setCornerHeight(int value)
Corner Height
' attribute.
value
- the new value of the 'Corner Height' attribute.getCornerHeight()
int getCornerWidth()
If the meaning of the 'Corner Width' attribute isn't clear, there really should be more of a description here...
setCornerWidth(int)
,
AlgorithmsPackage.getRoundedRectangle_CornerWidth()
void setCornerWidth(int value)
Corner Width
' attribute.
value
- the new value of the 'Corner Width' attribute.getCornerWidth()