Package | Description |
---|---|
org.eclipse.gef4.layout |
This package provides an interface-based facade to exchange layout
information with layout algorithms (within this package), concrete
implementations of layout algorithms (
org.eclipse.gef4.layout.algorithms ). |
org.eclipse.gef4.layout.algorithms |
This package provides different implementations of concrete layout
algorithms.
|
Class and Description |
---|
IEdgeLayout
An
IEdgeLayout represents a connection between two
INodeLayout s, i.e. it represents an edge of a graph within the layout
model. |
ILayoutAlgorithm
An interface for all layout algorithms.
|
ILayoutContext
Objects implementing
ILayoutContext interface are used for exchanging
of information between layout algorithms and graphical objects displaying
graphs, i.e. an ILayoutContext represents a graph within the layout
model. |
ILayoutFilter
An
ILayoutFilter can be used to filter layout objects, so that they
are not reported to any ILayoutAlgorithm by the
ILayoutContext . |
INodeLayout
An
INodeLayout represents a node of a graph within the layout model. |
Class and Description |
---|
ILayoutAlgorithm
An interface for all layout algorithms.
|
ILayoutContext
Objects implementing
ILayoutContext interface are used for exchanging
of information between layout algorithms and graphical objects displaying
graphs, i.e. an ILayoutContext represents a graph within the layout
model. |
INodeLayout
An
INodeLayout represents a node of a graph within the layout model. |
Copyright (c) 2014 itemis AG and others. All rights reserved.