|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gephi.io.exporter.plugin.ExporterCSV
public class ExporterCSV
Constructor Summary | |
---|---|
ExporterCSV()
|
Method Summary | |
---|---|
boolean |
cancel()
Cancel the task. |
boolean |
execute()
Run the export process. |
Workspace |
getWorkspace()
Returns the workspace from where data are exported |
boolean |
isEdgeWeight()
|
boolean |
isExportVisible()
Returns true if only the visible graph has to be exported. |
boolean |
isHeader()
|
boolean |
isList()
|
boolean |
isWriteZero()
|
void |
setEdgeWeight(boolean edgeWeight)
|
void |
setExportVisible(boolean exportVisible)
Sets if only the visible graph has to be exported. |
void |
setHeader(boolean header)
|
void |
setList(boolean list)
|
void |
setProgressTicket(ProgressTicket progressTicket)
Set the progress ticket for the long task. |
void |
setWorkspace(Workspace workspace)
Sets the worksapce from where to export data |
void |
setWriter(java.io.Writer writer)
Set the writer where to export. |
void |
setWriteZero(boolean writeZero)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExporterCSV()
Method Detail |
---|
public boolean execute()
Exporter
execute
in interface Exporter
true
if the operation is successful,
false
if it has been cancelledpublic boolean cancel()
LongTask
true
if the task has been sucessfully cancelled, false
otherwise.
cancel
in interface LongTask
true
if the task has been sucessfully cancelled, false
otherwisepublic void setProgressTicket(ProgressTicket progressTicket)
LongTask
setProgressTicket
in interface LongTask
progressTicket
- the progress ticket for this taskpublic boolean isEdgeWeight()
public void setEdgeWeight(boolean edgeWeight)
public boolean isHeader()
public void setHeader(boolean header)
public boolean isWriteZero()
public void setWriteZero(boolean writeZero)
public boolean isList()
public void setList(boolean list)
public boolean isExportVisible()
GraphExporter
true
if only the visible graph has to be exported.
isExportVisible
in interface GraphExporter
true
if only the visible graph has to be exported,
false
for the complete graph.public void setExportVisible(boolean exportVisible)
GraphExporter
false
,
the complete graph is exported.
setExportVisible
in interface GraphExporter
exportVisible
- the export visible parameter valuepublic void setWriter(java.io.Writer writer)
CharacterExporter
setWriter
in interface CharacterExporter
writer
- the writer the exporter is to writepublic Workspace getWorkspace()
Exporter
getWorkspace
in interface Exporter
public void setWorkspace(Workspace workspace)
Exporter
setWorkspace
in interface Exporter
workspace
- the workspace to export
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |