|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GraphExporter
Exporter interface for exporters that export the graph, either complete or filtered (i.e. visible graph).
Method Summary | |
---|---|
boolean |
isExportVisible()
Returns true 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 |
---|
void setExportVisible(boolean exportVisible)
false
,
the complete graph is exported.
exportVisible
- the export visible parameter valueboolean isExportVisible()
true
if only the visible graph has to be exported.
true
if only the visible graph has to be exported,
false
for the complete graph.
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |