public interface GraphicsAlgorithm extends GraphicsAlgorithmContainer, AbstractStyle
The following features are supported:
AlgorithmsPackage.getGraphicsAlgorithm()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<GraphicsAlgorithm> |
getGraphicsAlgorithmChildren()
Returns the value of the 'Graphics Algorithm Children' containment reference list.
|
int |
getHeight()
Returns the value of the 'Height' attribute.
|
GraphicsAlgorithm |
getParentGraphicsAlgorithm()
Returns the value of the 'Parent Graphics Algorithm' container reference.
|
PictogramElement |
getPictogramElement()
Returns the value of the 'Pictogram Element' container reference.
|
Style |
getStyle()
Returns the value of the 'Style' reference.
|
int |
getWidth()
Returns the value of the 'Width' attribute.
|
int |
getX()
Returns the value of the 'X' attribute.
|
int |
getY()
Returns the value of the 'Y' attribute.
|
void |
setHeight(int value)
Sets the value of the '
Height' attribute. |
void |
setParentGraphicsAlgorithm(GraphicsAlgorithm value)
Sets the value of the '
Parent Graphics Algorithm' container reference. |
void |
setPictogramElement(PictogramElement value)
Sets the value of the '
Pictogram Element' container reference. |
void |
setStyle(Style value)
Sets the value of the '
Style' reference. |
void |
setWidth(int value)
Sets the value of the '
Width' attribute. |
void |
setX(int value)
Sets the value of the '
X' attribute. |
void |
setY(int value)
Sets the value of the '
Y' attribute. |
getPropertieseAllContents, 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, unsetLineVisibleorg.eclipse.emf.common.util.EList<GraphicsAlgorithm> getGraphicsAlgorithmChildren()
GraphicsAlgorithm.
It is bidirectional and its opposite is 'Parent Graphics Algorithm'.
If the meaning of the 'Graphics Algorithm Children' containment reference list isn't clear, there really should be more of a description here...
AlgorithmsPackage.getGraphicsAlgorithm_GraphicsAlgorithmChildren(),
getParentGraphicsAlgorithm()GraphicsAlgorithm getParentGraphicsAlgorithm()
Graphics Algorithm Children'.
If the meaning of the 'Parent Graphics Algorithm' container reference isn't clear, there really should be more of a description here...
setParentGraphicsAlgorithm(GraphicsAlgorithm),
AlgorithmsPackage.getGraphicsAlgorithm_ParentGraphicsAlgorithm(),
getGraphicsAlgorithmChildren()void setParentGraphicsAlgorithm(GraphicsAlgorithm value)
Parent Graphics Algorithm' container reference.
value - the new value of the 'Parent Graphics Algorithm' container reference.getParentGraphicsAlgorithm()PictogramElement getPictogramElement()
Graphics Algorithm'.
If the meaning of the 'Pictogram Element' container reference isn't clear, there really should be more of a description here...
setPictogramElement(PictogramElement),
AlgorithmsPackage.getGraphicsAlgorithm_PictogramElement(),
PictogramElement.getGraphicsAlgorithm()void setPictogramElement(PictogramElement value)
Pictogram Element' container reference.
value - the new value of the 'Pictogram Element' container reference.getPictogramElement()int getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(int),
AlgorithmsPackage.getGraphicsAlgorithm_Width()void setWidth(int value)
Width' attribute.
value - the new value of the 'Width' attribute.getWidth()int getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(int),
AlgorithmsPackage.getGraphicsAlgorithm_Height()void setHeight(int value)
Height' attribute.
value - the new value of the 'Height' attribute.getHeight()int getX()
If the meaning of the 'X' attribute isn't clear, there really should be more of a description here...
setX(int),
AlgorithmsPackage.getGraphicsAlgorithm_X()void setX(int value)
X' attribute.
value - the new value of the 'X' attribute.getX()int getY()
If the meaning of the 'Y' attribute isn't clear, there really should be more of a description here...
setY(int),
AlgorithmsPackage.getGraphicsAlgorithm_Y()void setY(int value)
Y' attribute.
value - the new value of the 'Y' attribute.getY()Style getStyle()
If the meaning of the 'Style' reference isn't clear, there really should be more of a description here...
setStyle(Style),
AlgorithmsPackage.getGraphicsAlgorithm_Style()void setStyle(Style value)
Style' reference.
value - the new value of the 'Style' reference.getStyle()