Package org.gephi.io.exporter.spi
Interface GraphExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisExportVisible()Returnstrueif only the visible graph has to be exported.voidsetExportVisible(boolean exportVisible)Sets if only the visible graph has to be exported.-
Methods inherited from interface org.gephi.io.exporter.spi.Exporter
execute, getWorkspace, setWorkspace
-
-
-
-
Method Detail
-
isExportVisible
boolean isExportVisible()
Returnstrueif only the visible graph has to be exported.- Returns:
trueif only the visible graph has to be exported,falsefor the complete graph.
-
setExportVisible
void setExportVisible(boolean exportVisible)
Sets if only the visible graph has to be exported. Iffalse, the complete graph is exported.- Parameters:
exportVisible- the export visible parameter value
-
-