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 LayoutBuilderLayoutModel. getSelectedBuilder()Returns the builder used for building the currently selected layout ornullif no layout is selected.Methods in org.gephi.layout.api with parameters of type LayoutBuilder Modifier and Type Method Description LayoutLayoutModel. 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 LayoutBuilderLayout. getBuilder()The reference to the LayoutBuilder that instanciated this Layout.
-