Interface CurvedConnection
- All Superinterfaces:
AnchorContainer
,Connection
,org.eclipse.emf.ecore.EObject
,GraphicsAlgorithmContainer
,org.eclipse.emf.common.notify.Notifier
,PictogramElement
,PropertyContainer
- All Known Implementing Classes:
CurvedConnectionImpl
A representation of the model object 'Curved Connection'.
- Since:
- 0.9
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<PrecisionPoint>
Returns the value of the 'Control Points' containment reference list.Methods inherited from interface org.eclipse.graphiti.mm.pictograms.AnchorContainer
getAnchors
Methods inherited from interface org.eclipse.graphiti.mm.pictograms.Connection
getConnectionDecorators, getEnd, getParent, getStart, setEnd, setParent, setStart
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
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 Details
-
getControlPoints
org.eclipse.emf.common.util.EList<PrecisionPoint> getControlPoints()Returns the value of the 'Control Points' containment reference list. The list contents are of typePrecisionPoint
.If the meaning of the 'Control Points' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Control Points' containment reference list.
- See Also:
-