protected class DependencyGraphPresenter.AnnotatedCellFilter
extends java.lang.Object
implements de.ims.icarus.util.Filter
GraphLayout
instances
to filter out vertices that are not to be merged into others.
Does rely on the fact that the majority of modifications on
a GraphPresenter
ought to be performed on the
Event-Dispatch-Thread. Exploiting this and the fact that
this class is only instantiated when an actual annotation is
present, there are no additional checks for validity of
annotation data or the annotation manager in general!
Modifier | Constructor and Description |
---|---|
protected |
DependencyGraphPresenter.AnnotatedCellFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(java.lang.Object cell) |