public interface ConnectionDecorator extends Shape
The following features are supported:
Modifier and Type | Method and Description |
---|---|
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. |
getContainer, setContainer
getAnchors
getGraphicsAlgorithm, getLink, isActive, isVisible, setActive, setGraphicsAlgorithm, setLink, setVisible
getProperties
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()