Package | Description |
---|---|
org.eclipse.gef4.layout.algorithms |
This package provides different implementations of concrete layout
algorithms.
|
Class and Description |
---|
GridLayoutAlgorithm
The
GridLayoutAlgorithm lays out nodes in a grid. |
SugiyamaLayoutAlgorithm.CrossingReducer
An interface for heuristics that reduces edge crossings.
|
SugiyamaLayoutAlgorithm.Direction
Specifies the direction for the
SugiyamaLayoutAlgorithm . |
SugiyamaLayoutAlgorithm.LayerProvider
An interface for creating layers.
|
SugiyamaLayoutAlgorithm.NodeWrapper
Structure to store nodes and their positions in the layers.
|
TreeLayoutObserver
A helper class for layout algorithms that are based on tree structure.
|
TreeLayoutObserver.TreeListener
A superclass for listeners that can be added to this observer to get
notification whenever the tree structure changes.
|
TreeLayoutObserver.TreeNode
Represents a node in a tree structure and stores all information related
to it.
|
TreeLayoutObserver.TreeNodeFactory
TreeLayoutObserver uses instance of this class to create
instances of TreeLayoutObserver.TreeNode . |
Copyright (c) 2014 itemis AG and others. All rights reserved.