|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RoundedRectangle
A representation of the model object 'Rounded Rectangle'.
The following features are supported:
AlgorithmsPackage.getRoundedRectangle()
Method Summary | |
---|---|
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. |
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.graphiti.mm.PropertyContainer |
---|
getProperties |
Methods inherited from interface org.eclipse.graphiti.mm.algorithms.styles.AbstractStyle |
---|
getBackground, getFilled, getForeground, getLineStyle, getLineVisible, getLineWidth, getRenderingStyle, getTransparency, setBackground, setFilled, setForeground, setLineStyle, setLineVisible, setLineWidth, setRenderingStyle, setTransparency |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |