Uses of Package
org.gephi.layout.spi
-
Packages that use org.gephi.layout.spi Package Description org.gephi.layout.api API for real-time layout algorithm tasks and proper user control.org.gephi.layout.spi Interfaces for creating new layout algorithms. -
Classes in org.gephi.layout.spi used by org.gephi.layout.api Class Description Layout A Layout algorithm should implement theLayout
interface to allow theLayoutController
to run it properly.LayoutBuilder ALayoutBuilder
provides a specificLayout
instance. -
Classes in org.gephi.layout.spi used by org.gephi.layout.spi Class Description Layout A Layout algorithm should implement theLayout
interface to allow theLayoutController
to run it properly.LayoutBuilder ALayoutBuilder
provides a specificLayout
instance.LayoutProperty Properties for layout algorithms that are used by the UI to fill the property sheet and thus allow user edit.LayoutUI Various information about a layout algorithm that allows UI integration.