Package org.gephi.layout.api
API for real-time layout algorithm tasks and proper user control.
This API hosts layout algorithms and control their execution. It
registers all the LayoutBuilder
implementations and
manages runnging states for serving UI.
The controller hosts the current LayoutModel
, that
stores execution states for the workspace it belongs.
-
Interface Summary Interface Description LayoutController A LayoutController is the one responsible for controlling the states of theLayoutModel
.LayoutModel Layout model contains data and flags relative to the layout execution and user interface.