Package | Description |
---|---|
org.gephi.io.generator.spi |
Generator interfaces that plugins implement to add new generators.
|
org.gephi.io.importer.api |
API for importing data from any support.
|
org.gephi.io.importer.spi |
Interfaces for creating new data importers.
|
Modifier and Type | Method and Description |
---|---|
void |
Generator.generate(ContainerLoader container)
Main method that generates the graph and put it in the container.
|
Modifier and Type | Method and Description |
---|---|
ContainerLoader |
Container.getLoader()
Gets the container loading interface.
|
Modifier and Type | Method and Description |
---|---|
ContainerLoader |
Importer.getContainer()
Returns the import container.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Importer.execute(ContainerLoader loader)
Run the import process.
|
Copyright © 2007–2015 Gephi Consortium. All rights reserved.