Package org.gephi.graph.api
Interface ColumnDiff
-
public interface ColumnDiff
Interface to retrieve elements touched in a column.This interface is associated with a
ColumnObserver
and provides an easy access to the elements which value has been modified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K extends Element>
ElementIterable<K>getTouchedElements()
Gets all elements which attribute value changed
-
-
-
Method Detail
-
getTouchedElements
<K extends Element> ElementIterable<K> getTouchedElements()
Gets all elements which attribute value changed- Type Parameters:
K
- element class- Returns:
- an iterable over touched elements
-
-