| Package | Description |
|---|---|
| org.gephi.io.generator.api |
API for executing graph generators in a backgorund thread.
|
| org.gephi.io.generator.plugin | |
| org.gephi.io.generator.spi |
Generator interfaces that plugins implement to add new generators.
|
| Modifier and Type | Method and Description |
|---|---|
Generator[] |
GeneratorController.getGenerators()
Returns generators currently loaded in the system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratorController.generate(Generator generator)
Execute a generator task in a background thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicGraph |
class |
MultiGraph |
class |
RandomGraph |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratorUI.setup(Generator generator)
Push the generator instance to get settings values.
|
Copyright © 2007–2017. All rights reserved.