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, setYgetPropertieseAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivergetBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisibleint 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()