Package org.gephi.ui.exporter.plugin
Class UIExporterDL.ExporterDLSettings
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.AbstractExporterSettings
-
- org.gephi.ui.exporter.plugin.UIExporterDL.ExporterDLSettings
-
- Enclosing class:
- UIExporterDL
private static class UIExporterDL.ExporterDLSettings extends AbstractExporterSettings
-
-
Field Summary
Fields Modifier and Type Field Description private static org.gephi.io.exporter.plugin.ExporterDLDEFAULTprivate static StringMAKE_SYMMETRIC_MATRIXprivate static StringUSE_LIST_FORMATprivate static StringUSE_MATRIX_FORMAT
-
Constructor Summary
Constructors Modifier Constructor Description privateExporterDLSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidload(org.gephi.io.exporter.plugin.ExporterDL exporterDL)private voidsave(org.gephi.io.exporter.plugin.ExporterDL exporterDL)
-
-
-
Field Detail
-
USE_LIST_FORMAT
private static final String USE_LIST_FORMAT
- See Also:
- Constant Field Values
-
USE_MATRIX_FORMAT
private static final String USE_MATRIX_FORMAT
- See Also:
- Constant Field Values
-
MAKE_SYMMETRIC_MATRIX
private static final String MAKE_SYMMETRIC_MATRIX
- See Also:
- Constant Field Values
-
DEFAULT
private static final org.gephi.io.exporter.plugin.ExporterDL DEFAULT
-
-