|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PictogramElement
A representation of the model object 'Pictogram Element'.
The following features are supported:
PictogramsPackage.getPictogramElement()
Method Summary | |
---|---|
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. |
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer |
---|
getProperties |
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |