| Package | Description |
|---|---|
| org.gephi.io.exporter.api |
API for exporting data to any support.
|
| org.gephi.io.exporter.impl | |
| org.gephi.io.exporter.plugin | |
| org.gephi.io.exporter.preview | |
| org.gephi.io.exporter.spi |
Interfaces for creating new data exporters.
|
| Modifier and Type | Method and Description |
|---|---|
Exporter |
ExportController.getExporter(String exporterName) |
Exporter |
ExportController.getFileExporter(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportController.exportFile(File file,
Exporter fileExporter) |
ExporterUI |
ExportController.getUI(Exporter exporter) |
| Modifier and Type | Method and Description |
|---|---|
Exporter |
ExportControllerImpl.getExporter(String exporterName) |
Exporter |
ExportControllerImpl.getFileExporter(File file) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExportControllerImpl.exportFile(File file,
Exporter fileExporter) |
ExporterUI |
ExportControllerImpl.getUI(Exporter exporter) |
| 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 | Interface and Description |
|---|---|
interface |
ByteExporter
Exporter class for byte streams, when an
OutputStream is needed. |
interface |
CharacterExporter
Exporter class for char streams, when an
Writer is needed. |
interface |
GraphExporter
Exporter interface for exporters that export the graph, either complete or
filtered (i.e.
|
interface |
VectorExporter
Exporter interface for exporters that export vector graphics.
|
| Modifier and Type | Method and Description |
|---|---|
Exporter |
ExporterBuilder.buildExporter()
Builds a new exporter instance, ready to be used.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExporterUI.isUIForExporter(Exporter exporter)
Returns
true if this UI belongs to the given exporter. |
void |
ExporterUI.setup(Exporter exporter)
Link the UI to the exporter and therefore to settings values.
|
Copyright © 2007–2017. All rights reserved.