| Package | Description |
|---|---|
| org.gephi.io.exporter.plugin | |
| org.gephi.io.exporter.preview | |
| org.gephi.io.generator.plugin | |
| org.gephi.io.generator.spi |
Generator interfaces that plugins implement to add new generators.
|
| org.gephi.io.importer.plugin.file | |
| org.gephi.io.importer.plugin.file.spreadsheet | |
| org.gephi.layout.plugin.noverlap | |
| org.gephi.layout.plugin.openord | |
| org.gephi.preview | |
| org.gephi.project.io | |
| org.gephi.statistics.plugin | |
| org.gephi.statistics.plugin.dynamic | |
| org.gephi.utils.longtask.api |
API any module can use for providing long, asynchronous tasks execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExporterCSV |
class |
ExporterDL |
class |
ExporterGDF |
class |
ExporterGEXF |
class |
ExporterGML |
class |
ExporterGraphML |
class |
ExporterPajek |
class |
ExporterSpreadsheet |
class |
ExporterVNA |
| Modifier and Type | Class and Description |
|---|---|
class |
PDFExporter
Class exporting the preview graph as a PDF file.
|
class |
PNGExporter |
class |
SVGExporter
Class exporting the preview graph as an SVG image.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicGraph |
class |
MultiGraph |
class |
RandomGraph |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Generator
Define a generator, that is generating graph structure from a bunch of parameters.
|
| 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 | Class and Description |
|---|---|
class |
NoverlapLayout |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenOrdLayout |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRenderTarget |
static class |
G2DRenderTargetBuilder.G2DTargetImpl |
static class |
PDFRenderTargetBuilder.PDFRenderTargetImpl |
static class |
SVGRenderTargetBuilder.SVGRenderTargetImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
LoadTask |
class |
SaveTask |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusteringCoefficient |
class |
ConnectedComponents |
class |
Degree |
class |
EigenvectorCentrality |
class |
GraphDistance
Ref: Ulrik Brandes, A Faster Algorithm for Betweenness Centrality, in Journal of Mathematical Sociology 25(2):163-177, (2001)
|
class |
Hits
Ref: Jon M.
|
class |
Modularity |
class |
PageRank
Ref: Sergey Brin, Lawrence Page, The Anatomy of a Large-Scale Hypertextual Web Search Engine, in Proceedings of the seventh International Conference on the World Wide Web (WWW1998):107-117
|
class |
WeightedDegree |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicClusteringCoefficient |
class |
DynamicDegree |
| Modifier and Type | Method and Description |
|---|---|
void |
LongTaskExecutor.execute(LongTask task,
Runnable runnable)
Execute a long task with cancel and progress support.
|
void |
LongTaskExecutor.execute(LongTask task,
Runnable runnable,
String taskName,
LongTaskErrorHandler errorHandler)
Execute a long task with cancel and progress support.
|
void |
LongTaskListener.taskFinished(LongTask task) |
Copyright © 2007–2017. All rights reserved.