Package org.gephi.ui.exporter.plugin
Class UIExporterPajek.ExporterPajekSettings
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.AbstractExporterSettings
-
- org.gephi.ui.exporter.plugin.UIExporterPajek.ExporterPajekSettings
-
- Enclosing class:
- UIExporterPajek
private static class UIExporterPajek.ExporterPajekSettings extends AbstractExporterSettings
-
-
Field Summary
Fields Modifier and Type Field Description private static org.gephi.io.exporter.plugin.ExporterPajekDEFAULTprivate static StringEXPORT_EDGE_WEIGHTprivate static StringEXPORT_POSITION
-
Constructor Summary
Constructors Modifier Constructor Description privateExporterPajekSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidload(org.gephi.io.exporter.plugin.ExporterPajek exporterPajek)private voidsave(org.gephi.io.exporter.plugin.ExporterPajek exporterPajek)
-
-
-
Field Detail
-
EXPORT_POSITION
private static final String EXPORT_POSITION
- See Also:
- Constant Field Values
-
EXPORT_EDGE_WEIGHT
private static final String EXPORT_EDGE_WEIGHT
- See Also:
- Constant Field Values
-
DEFAULT
private static final org.gephi.io.exporter.plugin.ExporterPajek DEFAULT
-
-