public interface ILayoutFilter
ILayoutFilter can be used to filter layout objects, so that they
are not reported to any ILayoutAlgorithm by the
ILayoutContext.| Modifier and Type | Method and Description |
|---|---|
boolean |
isLayoutIrrelevant(IEdgeLayout connectionLayout)
Returns
true to indicate that the given
IEdgeLayout is irrelevant for layout. |
boolean |
isLayoutIrrelevant(INodeLayout nodeLayout)
Returns
true to indicate that the given INodeLayout
is irrelevant for layout. |
boolean isLayoutIrrelevant(IEdgeLayout connectionLayout)
true to indicate that the given
IEdgeLayout is irrelevant for layout. Otherwise returns
false.connectionLayout - The IEdgeLayout which may be irrelevant for
layout.true to indicate that the given
IEdgeLayout is irrelevant for layout, otherwise
false.boolean isLayoutIrrelevant(INodeLayout nodeLayout)
true to indicate that the given INodeLayout
is irrelevant for layout. Otherwise returns false.nodeLayout - The INodeLayout which may be irrelevant for layout.true to indicate that the given INodeLayout
is irrelevant for layout, otherwise false.Copyright (c) 2014 itemis AG and others. All rights reserved.