Uses of Interface
org.gephi.layout.spi.LayoutBuilder
-
Packages that use LayoutBuilder 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. -
-
Uses of LayoutBuilder in org.gephi.layout.api
Methods in org.gephi.layout.api that return LayoutBuilder Modifier and Type Method Description LayoutBuilder
LayoutModel. getSelectedBuilder()
Returns the builder used for building the currently selected layout ornull
if no layout is selected.Methods in org.gephi.layout.api with parameters of type LayoutBuilder Modifier and Type Method Description Layout
LayoutModel. getLayout(LayoutBuilder layoutBuilder)
Return a layout instance for the givenlayoutBuilder
. -
Uses of LayoutBuilder in org.gephi.layout.spi
Methods in org.gephi.layout.spi that return LayoutBuilder Modifier and Type Method Description LayoutBuilder
Layout. getBuilder()
The reference to the LayoutBuilder that instanciated this Layout.
-