IEdgeLayout
represents a connection between two
INodeLayout
s, i.e. it represents an edge of a graph within the layout
model.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
can be used to filter layout objects, so that they
are not reported to any ILayoutAlgorithm
by the
ILayoutContext
.INodeLayout
represents a node of a graph within the layout model.true
when the given IEdgeLayout
is not
relevant for layout according to the configured layout filters
.true
when the given INodeLayout
is not
relevant for layout according to the configured layout filters
.true
to indicate that the given
IEdgeLayout
is irrelevant for layout.true
to indicate that the given INodeLayout
is irrelevant for layout.LayoutProperties.MOVABLE_PROPERTY
of the given
INodeLayout
.LayoutProperties.RESIZABLE_PROPERTY
of the given
INodeLayout
.Copyright (c) 2014 itemis AG and others. All rights reserved.