public class GraphEdgeLayout extends java.lang.Object implements IEdgeLayout
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyMapProperty<java.lang.String,java.lang.Object> |
attributes |
| Constructor and Description |
|---|
GraphEdgeLayout(GraphLayoutContext context,
Edge edge)
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyMapProperty<java.lang.String,java.lang.Object> |
attributesProperty() |
javafx.collections.ObservableMap<java.lang.String,java.lang.Object> |
getAttributes()
Gets the value of the property attributes.
|
Edge |
getEdge()
Returns the corresponding
Edge. |
INodeLayout |
getSource() |
INodeLayout |
getTarget() |
public javafx.beans.property.ReadOnlyMapProperty<java.lang.String,java.lang.Object> attributesProperty
attributesProperty in interface org.eclipse.gef4.common.attributes.IAttributeStoregetAttributes()public GraphEdgeLayout(GraphLayoutContext context, Edge edge)
context - The GraphLayoutContext that contains this
GraphEdgeLayout.edge - The corresponding Edge.public javafx.beans.property.ReadOnlyMapProperty<java.lang.String,java.lang.Object> attributesProperty()
attributesProperty in interface org.eclipse.gef4.common.attributes.IAttributeStoregetAttributes()public javafx.collections.ObservableMap<java.lang.String,java.lang.Object> getAttributes()
getAttributes in interface org.eclipse.gef4.common.attributes.IAttributeStorepublic INodeLayout getSource()
getSource in interface IEdgeLayoutpublic INodeLayout getTarget()
getTarget in interface IEdgeLayoutCopyright (c) 2014 itemis AG and others. All rights reserved.