Uses of Interface
org.gephi.io.importer.api.ContainerLoader
-
Packages that use ContainerLoader 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. -
-
Uses of ContainerLoader in org.gephi.io.generator.spi
Methods in org.gephi.io.generator.spi with parameters of type ContainerLoader Modifier and Type Method Description void
Generator. generate(ContainerLoader container)
Main method that generates the graph and put it in the container. -
Uses of ContainerLoader in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return ContainerLoader Modifier and Type Method Description ContainerLoader
Container. getLoader()
Gets the container loading interface. -
Uses of ContainerLoader in org.gephi.io.importer.spi
Methods in org.gephi.io.importer.spi that return ContainerLoader Modifier and Type Method Description ContainerLoader
Importer. getContainer()
Returns the import container.Methods in org.gephi.io.importer.spi with parameters of type ContainerLoader Modifier and Type Method Description boolean
Importer. execute(ContainerLoader loader)
Run the import process.
-