| Package | Description |
|---|---|
| org.gephi.io.importer.api |
API for importing data from any support.
|
| org.gephi.io.importer.impl | |
| org.gephi.io.importer.plugin.database | |
| org.gephi.io.importer.plugin.file | |
| org.gephi.io.importer.plugin.file.spreadsheet | |
| org.gephi.io.importer.spi |
Interfaces for creating new data importers.
|
| Modifier and Type | Method and Description |
|---|---|
ImporterUI |
ImportController.getUI(Importer importer) |
ImporterWizardUI |
ImportController.getWizardUI(Importer importer) |
| Modifier and Type | Method and Description |
|---|---|
ImporterUI |
ImportControllerImpl.getUI(Importer importer) |
ImporterWizardUI |
ImportControllerImpl.getWizardUI(Importer importer) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImporterEdgeList |
| Modifier and Type | Class and Description |
|---|---|
class |
ImporterDL |
class |
ImporterDOT |
class |
ImporterGDF |
class |
ImporterGEXF |
class |
ImporterGML |
class |
ImporterGraphML |
class |
ImporterPajek |
class |
ImporterTGF
Trivial Graph Format importer.
|
class |
ImporterTLP |
class |
ImporterVNA
Netdraw .vna files importer implemented as a simple state machine due to very
loose specification of .vna format
(http://netwiki.amath.unc.edu/DataFormats/NetDrawVna).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractImporterSpreadsheet |
class |
ImporterSpreadsheetCSV |
class |
ImporterSpreadsheetExcel |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DatabaseImporter
Importers interface for importing data from database sources.
|
interface |
FileImporter
Importers interface for importing data from files.
|
interface |
WizardImporter
Importers interface for importing data from wizards.
|
| Modifier and Type | Method and Description |
|---|---|
Importer |
ImporterBuilder.buildImporter()
Builds a new importer instance, ready to be used.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImporterWizardUI.isUIForImporter(Importer importer)
Returns
true if this UI belongs to the given importer. |
boolean |
ImporterUI.isUIForImporter(Importer importer)
Returns
true if this UI belongs to the given importer. |
void |
ImporterUI.setup(Importer[] importers)
Link the UI to the importers and therefore to settings values.
|
Copyright © 2007–2017. All rights reserved.