Uses of Interface
org.gephi.io.importer.api.Container
-
Packages that use Container Package Description org.gephi.io.importer.api API for importing data from any support.org.gephi.io.processor.spi Interfaces that define the way data are unloaded from container and appened to the workspace. -
-
Uses of Container in org.gephi.io.importer.api
Methods in org.gephi.io.importer.api that return Container Modifier and Type Method Description Container
ImportController. importDatabase(Database database, DatabaseImporter importer)
Container
ImportController. importFile(File file)
Container
ImportController. importFile(File file, FileImporter importer)
Container
ImportController. importFile(InputStream stream, FileImporter importer)
Container
ImportController. importFile(Reader reader, FileImporter importer)
Container
ImportController. importWizard(WizardImporter importer)
Container
Container.Factory. newContainer()
Returns a newly created container instance.Methods in org.gephi.io.importer.api with parameters of type Container Modifier and Type Method Description void
ImportController. process(Container container)
void
ImportController. process(Container[] containers, Processor processor, Workspace workspace)
void
ImportController. process(Container container, Processor processor, Workspace workspace)
-
Uses of Container in org.gephi.io.processor.spi
Methods in org.gephi.io.processor.spi with parameters of type Container Modifier and Type Method Description void
Scaler. doScale(Container container)
Scalecontainer
content to the system scale.boolean
ProcessorUI. isValid(Container[] containers)
Returnstrue
if the processor this UI represents is valid forcontainers
.
-