Package org.eclipse.gef.graph
Class Edge
java.lang.Object
org.eclipse.gef.graph.Edge
- All Implemented Interfaces:
- org.eclipse.gef.common.attributes.IAttributeStore
- 
Property SummaryProperties
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classTheEdge.Buildercan be used to construct anEdgelittle by little.
- 
Field SummaryFields inherited from interface org.eclipse.gef.common.attributes.IAttributeStoreATTRIBUTES_PROPERTY
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Property Details- 
attributes- Specified by:
- attributesPropertyin interface- org.eclipse.gef.common.attributes.IAttributeStore
- See Also:
 
 
- 
- 
Constructor Details- 
EdgeConstructs a newEdgewhich connects the given sourceNodewith the given targetNode. The given attributesProperty are copied into theattributesProperty mapof thisEdge.
- 
Edge
 
- 
- 
Method Details- 
attributesProperty- Specified by:
- attributesPropertyin interface- org.eclipse.gef.common.attributes.IAttributeStore
- See Also:
 
- 
getAttributesGets the value of the property attributes.- Specified by:
- getAttributesin interface- org.eclipse.gef.common.attributes.IAttributeStore
- Property description:
 
- 
getGraph
- 
getSource
- 
getTarget
- 
setSource
- 
setTarget
- 
toString
 
-