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 Exporter
ExportController. getExporter(String exporterName)
Exporter
ExportController. getFileExporter(File file)
Methods in org.gephi.io.exporter.api with parameters of type Exporter Modifier and Type Method Description void
ExportController. exportFile(File file, Exporter fileExporter)
ExporterUI
ExportController. 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 interface
ByteExporter
Exporter class for byte streams, when anOutputStream
is needed.interface
CharacterExporter
Exporter class for char streams, when anWriter
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.Methods in org.gephi.io.exporter.spi that return Exporter Modifier and Type Method Description Exporter
ExporterBuilder. 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 boolean
ExporterUI. isUIForExporter(Exporter exporter)
Returnstrue
if this UI belongs to the given exporter.void
ExporterUI. setup(Exporter exporter)
Link the UI to the exporter and therefore to settings values.
-