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 Summary
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
TheEdge.Builder
can be used to construct anEdge
little by little. -
Field Summary
Fields inherited from interface org.eclipse.gef.common.attributes.IAttributeStore
ATTRIBUTES_PROPERTY
-
Constructor Summary
-
Method Summary
-
Property Details
-
attributes
- Specified by:
attributesProperty
in interfaceorg.eclipse.gef.common.attributes.IAttributeStore
- See Also:
-
-
Constructor Details
-
Edge
Constructs a newEdge
which connects the given sourceNode
with the given targetNode
. The given attributesProperty are copied into theattributesProperty map
of thisEdge
. -
Edge
-
-
Method Details
-
attributesProperty
- Specified by:
attributesProperty
in interfaceorg.eclipse.gef.common.attributes.IAttributeStore
- See Also:
-
getAttributes
Gets the value of the property attributes.- Specified by:
getAttributes
in interfaceorg.eclipse.gef.common.attributes.IAttributeStore
- Property description:
-
getGraph
-
getSource
-
getTarget
-
setSource
-
setTarget
-
toString
-