|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConnectionDecorator
A representation of the model object 'Connection Decorator'.
The following features are supported:
PictogramsPackage.getConnectionDecorator()
Method Summary | |
---|---|
Connection |
getConnection()
Returns the value of the 'Connection' container reference. |
double |
getLocation()
Returns the value of the 'Location' attribute. |
boolean |
isLocationRelative()
Returns the value of the 'Location Relative' attribute. |
void |
setConnection(Connection value)
Sets the value of the ' Connection ' container reference. |
void |
setLocation(double value)
Sets the value of the ' Location ' attribute. |
void |
setLocationRelative(boolean value)
Sets the value of the ' Location Relative ' attribute. |
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.Shape |
---|
getContainer, setContainer |
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.AnchorContainer |
---|
getAnchors |
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.PictogramElement |
---|
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible |
Methods inherited from interface org.eclipse.graphiti.mm.PropertyContainer |
---|
getProperties |
Method Detail |
---|
boolean isLocationRelative()
If the meaning of the 'Location Relative' attribute isn't clear, there really should be more of a description here...
setLocationRelative(boolean)
,
PictogramsPackage.getConnectionDecorator_LocationRelative()
void setLocationRelative(boolean value)
Location Relative
' attribute.
value
- the new value of the 'Location Relative' attribute.isLocationRelative()
double getLocation()
If the meaning of the 'Location' attribute isn't clear, there really should be more of a description here...
setLocation(double)
,
PictogramsPackage.getConnectionDecorator_Location()
void setLocation(double value)
Location
' attribute.
value
- the new value of the 'Location' attribute.getLocation()
Connection getConnection()
Connection Decorators
'.
If the meaning of the 'Connection' container reference isn't clear, there really should be more of a description here...
setConnection(Connection)
,
PictogramsPackage.getConnectionDecorator_Connection()
,
Connection.getConnectionDecorators()
void setConnection(Connection value)
Connection
' container reference.
value
- the new value of the 'Connection' container reference.getConnection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |