public interface PictogramElement extends GraphicsAlgorithmContainer
The following features are supported:
PictogramsPackage.getPictogramElement()
Modifier and Type | Method and Description |
---|---|
GraphicsAlgorithm |
getGraphicsAlgorithm()
Returns the value of the 'Graphics Algorithm' containment reference.
|
PictogramLink |
getLink()
Returns the value of the 'Link' containment reference.
|
boolean |
isActive()
Returns the value of the 'Active' attribute.
|
boolean |
isVisible()
Returns the value of the 'Visible' attribute.
|
void |
setActive(boolean value)
Sets the value of the '
Active ' attribute. |
void |
setGraphicsAlgorithm(GraphicsAlgorithm value)
Sets the value of the '
Graphics Algorithm ' containment reference. |
void |
setLink(PictogramLink value)
Sets the value of the '
Link ' containment reference. |
void |
setVisible(boolean value)
Sets the value of the '
Visible ' attribute. |
getProperties
boolean isVisible()
This method is reserved for future usage and is currently not supported by the framework.
setVisible(boolean)
,
PictogramsPackage.getPictogramElement_Visible()
void setVisible(boolean value)
Visible
' attribute.
This method is reserved for future usage and is currently not supported by the framework.
value
- the new value of the 'Visible' attribute.isVisible()
GraphicsAlgorithm getGraphicsAlgorithm()
Pictogram Element
'.
If the meaning of the 'Graphics Algorithm' containment reference isn't clear, there really should be more of a description here...
setGraphicsAlgorithm(GraphicsAlgorithm)
,
PictogramsPackage.getPictogramElement_GraphicsAlgorithm()
,
GraphicsAlgorithm.getPictogramElement()
void setGraphicsAlgorithm(GraphicsAlgorithm value)
Graphics Algorithm
' containment reference.
value
- the new value of the 'Graphics Algorithm' containment reference.getGraphicsAlgorithm()
boolean isActive()
If the meaning of the 'Active' attribute isn't clear, there really should be more of a description here...
setActive(boolean)
,
PictogramsPackage.getPictogramElement_Active()
void setActive(boolean value)
Active
' attribute.
value
- the new value of the 'Active' attribute.isActive()
PictogramLink getLink()
Pictogram Element
'.
If the meaning of the 'Link' containment reference isn't clear, there really should be more of a description here...
setLink(PictogramLink)
,
PictogramsPackage.getPictogramElement_Link()
,
PictogramLink.getPictogramElement()
void setLink(PictogramLink value)
Link
' containment reference.
value
- the new value of the 'Link' containment reference.getLink()