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