Uses of Interface
org.gephi.io.exporter.spi.Exporter
-
Packages that use Exporter Package Description org.gephi.io.exporter.api API for exporting data to any support.org.gephi.io.exporter.spi Interfaces for creating new data exporters. -
-
Uses of Exporter in org.gephi.io.exporter.api
Methods in org.gephi.io.exporter.api that return Exporter Modifier and Type Method Description ExporterExportController. getExporter(String exporterName)ExporterExportController. getFileExporter(File file)Methods in org.gephi.io.exporter.api with parameters of type Exporter Modifier and Type Method Description voidExportController. exportFile(File file, Exporter fileExporter)ExporterUIExportController. getUI(Exporter exporter) -
Uses of Exporter in org.gephi.io.exporter.spi
Subinterfaces of Exporter in org.gephi.io.exporter.spi Modifier and Type Interface Description interfaceByteExporterExporter class for byte streams, when anOutputStreamis needed.interfaceCharacterExporterExporter class for char streams, when anWriteris needed.interfaceGraphExporterExporter interface for exporters that export the graph, either complete or filtered (i.e.interfaceVectorExporterExporter interface for exporters that export vector graphics.Methods in org.gephi.io.exporter.spi that return Exporter Modifier and Type Method Description ExporterExporterBuilder. buildExporter()Builds a new exporter instance, ready to be used.Methods in org.gephi.io.exporter.spi with parameters of type Exporter Modifier and Type Method Description booleanExporterUI. isUIForExporter(Exporter exporter)Returnstrueif this UI belongs to the given exporter.voidExporterUI. setup(Exporter exporter)Link the UI to the exporter and therefore to settings values.
-