Package org.gephi.io.exporter.spi
Interface GraphExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isExportVisible()
Returnstrue
if only the visible graph has to be exported.void
setExportVisible(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()
Returnstrue
if only the visible graph has to be exported.- Returns:
true
if only the visible graph has to be exported,false
for 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
-
-