Interface LayoutVertexPositionChange.Producer<V>
-
- Type Parameters:
V-
- All Known Subinterfaces:
LayoutModel<V>
- All Known Implementing Classes:
AbstractLayoutModel,AggregateLayoutModel,DefaultLayoutModel
- Enclosing interface:
- LayoutVertexPositionChange
public static interface LayoutVertexPositionChange.Producer<V>indicates support for this event model
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayoutVertexPositionChange.Support<V>getLayoutVertexPositionSupport()
-
-
-
Method Detail
-
getLayoutVertexPositionSupport
LayoutVertexPositionChange.Support<V> getLayoutVertexPositionSupport()
-
-