public interface IGraphAttributesProvider2
extends org.eclipse.gef.zest.fx.jface.IGraphAttributesProvider
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getEdgeAttributes(java.lang.Object edge)
Determines the attributes that should be set on the edge with the
specified source and target content elements.
|
java.util.Map<java.lang.String,java.lang.Object> getEdgeAttributes(java.lang.Object edge)
null
can be
returned.edge
- A content element representing the edge,
according to the
IGraphEntityRelationshipContentProvider.getEdges(Object, Object)
method.For an overview of the supported attributes.