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.IAttributeStore
getAttributes()
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.IAttributeStore
getAttributes()
public javafx.collections.ObservableMap<java.lang.String,java.lang.Object> getAttributes()
getAttributes
in interface org.eclipse.gef4.common.attributes.IAttributeStore
public INodeLayout getSource()
getSource
in interface IEdgeLayout
public INodeLayout getTarget()
getTarget
in interface IEdgeLayout
Copyright (c) 2014 itemis AG and others. All rights reserved.