Interface RoundedRectangle
- All Superinterfaces:
AbstractStyle
,org.eclipse.emf.ecore.EObject
,GraphicsAlgorithm
,GraphicsAlgorithmContainer
,org.eclipse.emf.common.notify.Notifier
,PropertyContainer
- All Known Implementing Classes:
RoundedRectangleImpl
A representation of the model object 'Rounded Rectangle'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Corner Height' attribute.int
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.Methods inherited from interface org.eclipse.graphiti.mm.algorithms.styles.AbstractStyle
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisible
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.graphiti.mm.algorithms.GraphicsAlgorithm
getGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setY
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer
getProperties
-
Method Details
-
getCornerHeight
int getCornerHeight()Returns the value of the 'Corner Height' attribute.If the meaning of the 'Corner Height' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Corner Height' attribute.
- See Also:
-
setCornerHeight
void setCornerHeight(int value) Sets the value of the 'Corner Height
' attribute.- Parameters:
value
- the new value of the 'Corner Height' attribute.- See Also:
-
getCornerWidth
int getCornerWidth()Returns the value of the 'Corner Width' attribute.If the meaning of the 'Corner Width' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Corner Width' attribute.
- See Also:
-
setCornerWidth
void setCornerWidth(int value) Sets the value of the 'Corner Width
' attribute.- Parameters:
value
- the new value of the 'Corner Width' attribute.- See Also:
-