Package org.gephi.ui.exporter.plugin
Class UIExporterCSV.ExporterCSVSettings
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.AbstractExporterSettings
-
- org.gephi.ui.exporter.plugin.UIExporterCSV.ExporterCSVSettings
-
- Enclosing class:
- UIExporterCSV
private static class UIExporterCSV.ExporterCSVSettings extends AbstractExporterSettings
-
-
Field Summary
Fields Modifier and Type Field Description private static org.gephi.io.exporter.plugin.ExporterCSVDEFAULTprivate static StringEDGE_WEIGHTprivate static StringHEADERprivate static StringLISTprivate static StringWRITE_ZERO
-
Constructor Summary
Constructors Modifier Constructor Description privateExporterCSVSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidload(org.gephi.io.exporter.plugin.ExporterCSV exporterCSV)private voidsave(org.gephi.io.exporter.plugin.ExporterCSV exporterCSV)
-
-
-
Field Detail
-
EDGE_WEIGHT
private static final String EDGE_WEIGHT
- See Also:
- Constant Field Values
-
WRITE_ZERO
private static final String WRITE_ZERO
- See Also:
- Constant Field Values
-
HEADER
private static final String HEADER
- See Also:
- Constant Field Values
-
LIST
private static final String LIST
- See Also:
- Constant Field Values
-
DEFAULT
private static final org.gephi.io.exporter.plugin.ExporterCSV DEFAULT
-
-