Package | Description |
---|---|
org.eclipse.gef4.zest.fx.behaviors |
This package provides behaviors for transferring information between graph
model elements and layout abstractions (
GraphLayoutBehavior ,
AbstractLayoutBehavior ,
NodeLayoutBehavior ,
EdgeLayoutBehavior ), as well as
hiding/unhiding of nodes and related edges (
AbstractHidingBehavior ,
NodeHidingBehavior ,
EdgeHidingBehavior ,
EdgeLabelHidingBehavior ). |
org.eclipse.gef4.zest.fx.layout |
This package provides object adapters (
GraphLayoutContext ,
GraphNodeLayout ,
GraphEdgeLayout ) that implement
layout data interfaces and target graph model elements. |
Modifier and Type | Method and Description |
---|---|
protected GraphLayoutContext |
GraphLayoutBehavior.getGraphLayoutContext()
Returns the
GraphLayoutContext that corresponds to the
host . |
Constructor and Description |
---|
GraphEdgeLayout(GraphLayoutContext context,
Edge edge)
|
GraphNodeLayout(GraphLayoutContext context,
Node node)
|
Copyright (c) 2014 itemis AG and others. All rights reserved.