Uses of Interface
org.eclipse.gef.layout.ILayoutFilter
Packages that use ILayoutFilter
Package
Description
This package provides an interface-based facade to exchange layout
information with layout algorithms (within this package), concrete
implementations of layout algorithms (
org.eclipse.gef.layout.algorithms
).-
Uses of ILayoutFilter in org.eclipse.gef.layout
Methods in org.eclipse.gef.layout with parameters of type ILayoutFilterModifier and TypeMethodDescriptionvoid
LayoutContext.addLayoutFilter
(ILayoutFilter layoutFilter) Adds the given ILayoutFilter to thisLayoutContext
.void
LayoutContext.removeLayoutFilter
(ILayoutFilter layoutFilter) Removes the given ILayoutFilter from thisLayoutContext
.