|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KEdgeLayout
A representation of the model object 'Edge Layout'. This layout data contains special information for edges, such as bend points.
All layout coordinates for edges are defined to be relative to the position of the parent of the source node, except when the target node is contained in the source node, in which case all coordinates are relative to the position of the source node.
The following features are supported:
KLayoutDataPackage.getKEdgeLayout()
Method Summary | |
---|---|
EList<KPoint> |
getBendPoints()
Returns the value of the 'Bend Points' containment reference list. |
KPoint |
getSourcePoint()
Returns the value of the 'Source Point' containment reference. |
KPoint |
getTargetPoint()
Returns the value of the 'Target Point' containment reference. |
void |
setSourcePoint(KPoint value)
Sets the value of the ' Source Point ' containment reference. |
void |
setTargetPoint(KPoint value)
Sets the value of the ' Target Point ' containment reference. |
Methods inherited from interface de.cau.cs.kieler.core.kgraph.EMapPropertyHolder |
---|
getPersistentEntries, getProperties, makePersistent |
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 de.cau.cs.kieler.core.properties.IPropertyHolder |
---|
copyProperties, getAllProperties, getProperty, setProperty |
Method Detail |
---|
EList<KPoint> getBendPoints()
KPoint
.
The coordinates of bend points must obey the general rules for edge
coordinates defined above.
KLayoutDataPackage.getKEdgeLayout_BendPoints()
containment | = | true |
KPoint getSourcePoint()
setSourcePoint(KPoint)
,
KLayoutDataPackage.getKEdgeLayout_SourcePoint()
containment | = | true |
required | = | true |
void setSourcePoint(KPoint value)
Source Point
' containment reference.
value
- the new value of the 'Source Point' containment reference.getSourcePoint()
KPoint getTargetPoint()
setTargetPoint(KPoint)
,
KLayoutDataPackage.getKEdgeLayout_TargetPoint()
containment | = | true |
required | = | true |
void setTargetPoint(KPoint value)
Target Point
' containment reference.
value
- the new value of the 'Target Point' containment reference.getTargetPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |