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 SummaryModifier and TypeMethodDescriptionintReturns the value of the 'Corner Height' attribute.intReturns the value of the 'Corner Width' attribute.voidsetCornerHeight(int value) Sets the value of the 'Corner Height' attribute.voidsetCornerWidth(int value) Sets the value of the 'Corner Width' attribute.Methods inherited from interface org.eclipse.graphiti.mm.algorithms.styles.AbstractStylegetBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, isSetFilled, isSetLineVisible, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency, unsetFilled, unsetLineVisibleMethods inherited from interface org.eclipse.emf.ecore.EObjecteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.graphiti.mm.algorithms.GraphicsAlgorithmgetGraphicsAlgorithmChildren, getHeight, getParentGraphicsAlgorithm, getPictogramElement, getStyle, getWidth, getX, getY, setHeight, setParentGraphicsAlgorithm, setPictogramElement, setStyle, setWidth, setX, setYMethods inherited from interface org.eclipse.emf.common.notify.NotifiereAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.eclipse.graphiti.mm.PropertyContainergetProperties
- 
Method Details- 
getCornerHeightint 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:
 
- 
setCornerHeightvoid setCornerHeight(int value) Sets the value of the 'Corner Height' attribute.- Parameters:
- value- the new value of the 'Corner Height' attribute.
- See Also:
 
- 
getCornerWidthint 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:
 
- 
setCornerWidthvoid setCornerWidth(int value) Sets the value of the 'Corner Width' attribute.- Parameters:
- value- the new value of the 'Corner Width' attribute.
- See Also:
 
 
-