public class GraphNodeLayout extends java.lang.Object implements INodeLayout
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyMapProperty<java.lang.String,java.lang.Object> |
attributes |
| Constructor and Description |
|---|
GraphNodeLayout(GraphLayoutContext context,
Node node)
|
| 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.
|
IEdgeLayout[] |
getIncomingConnections() |
Node |
getNode()
Returns the corresponding
Node. |
IEdgeLayout[] |
getOutgoingConnections() |
INodeLayout[] |
getPredecessingNodes() |
INodeLayout[] |
getSuccessingNodes() |
public javafx.beans.property.ReadOnlyMapProperty<java.lang.String,java.lang.Object> attributesProperty
attributesProperty in interface org.eclipse.gef4.common.attributes.IAttributeStoregetAttributes()public GraphNodeLayout(GraphLayoutContext context, Node node)
context - The GraphLayoutContext that contains this
GraphNodeLayout.node - The corresponding Node.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 IEdgeLayout[] getIncomingConnections()
getIncomingConnections in interface INodeLayoutpublic IEdgeLayout[] getOutgoingConnections()
getOutgoingConnections in interface INodeLayoutpublic INodeLayout[] getPredecessingNodes()
getPredecessingNodes in interface INodeLayoutpublic INodeLayout[] getSuccessingNodes()
getSuccessingNodes in interface INodeLayoutCopyright (c) 2014 itemis AG and others. All rights reserved.