Uses of Interface
org.gephi.io.generator.spi.Generator
-
Packages that use Generator Package Description org.gephi.io.generator.api API for executing graph generators in a backgorund thread.org.gephi.io.generator.spi Generator interfaces that plugins implement to add new generators. -
-
Uses of Generator in org.gephi.io.generator.api
Methods in org.gephi.io.generator.api that return Generator Modifier and Type Method Description Generator[]
GeneratorController. getGenerators()
Returns generators currently loaded in the system.Methods in org.gephi.io.generator.api with parameters of type Generator Modifier and Type Method Description void
GeneratorController. generate(Generator generator)
Execute a generator task in a background thread. -
Uses of Generator in org.gephi.io.generator.spi
Methods in org.gephi.io.generator.spi with parameters of type Generator Modifier and Type Method Description void
GeneratorUI. setup(Generator generator)
Push the generator instance to get settings values.
-