org.eclipse.gef4.layout.algorithms
).See: Description
Interface | 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 | Description |
---|---|
AbstractLayoutContext |
The
AbstractLayoutContext is an abstract ILayoutContext
implementation which supports the (un-)registration of
PropertyChangeListener s and firing of events, the (un-)registration
of any layout listeners and firing of events, the handling and execution of
pre and post Runnable s, and filtering of layout objects using
ILayoutFilter . |
LayoutProperties |
LayoutProperties contains all properties which can be accessed on
ILayoutContext , IEdgeLayout , INodeLayout , their
default values, as well as static accessor methods for those properties. |
org.eclipse.gef4.layout.algorithms
).Copyright (c) 2014 itemis AG and others. All rights reserved.