Package org.eclipse.gef.graph
Class Edge
- java.lang.Object
-
- org.eclipse.gef.graph.Edge
-
- All Implemented Interfaces:
org.eclipse.gef.common.attributes.IAttributeStore
public class Edge extends java.lang.Object implements org.eclipse.gef.common.attributes.IAttributeStore
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Edge.Builder
TheEdge.Builder
can be used to construct anEdge
little by little.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javafx.beans.property.ReadOnlyMapProperty<java.lang.String,java.lang.Object>
attributesProperty()
javafx.collections.ObservableMap<java.lang.String,java.lang.Object>
getAttributes()
Graph
getGraph()
Node
getSource()
Node
getTarget()
void
setSource(Node source)
void
setTarget(Node target)
java.lang.String
toString()
-
-
-
Method Detail
-
attributesProperty
public javafx.beans.property.ReadOnlyMapProperty<java.lang.String,java.lang.Object> attributesProperty()
- Specified by:
attributesProperty
in interfaceorg.eclipse.gef.common.attributes.IAttributeStore
-
getAttributes
public javafx.collections.ObservableMap<java.lang.String,java.lang.Object> getAttributes()
- Specified by:
getAttributes
in interfaceorg.eclipse.gef.common.attributes.IAttributeStore
-
setSource
public void setSource(Node source)
-
setTarget
public void setTarget(Node target)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-