Package org.gephi.ui.exporter.plugin
Class UIExporterGDF.ExporterGDFSettings
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.AbstractExporterSettings
-
- org.gephi.ui.exporter.plugin.UIExporterGDF.ExporterGDFSettings
-
- Enclosing class:
- UIExporterGDF
private static class UIExporterGDF.ExporterGDFSettings extends AbstractExporterSettings
-
-
Field Summary
Fields Modifier and Type Field Description private static org.gephi.io.exporter.plugin.ExporterGDFDEFAULTprivate static StringEXPORT_ATTRIBUTESprivate static StringEXPORT_COLORSprivate static StringEXPORT_POSITIONprivate static StringEXPORT_VISIBILITYprivate static StringNORMALIZEprivate static StringSIMPLE_QUOTESprivate static StringUSE_QUOTES
-
Constructor Summary
Constructors Modifier Constructor Description privateExporterGDFSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidload(org.gephi.io.exporter.plugin.ExporterGDF exporterGDF)private voidsave(org.gephi.io.exporter.plugin.ExporterGDF exporterGDF)
-
-
-
Field Detail
-
NORMALIZE
private static final String NORMALIZE
- See Also:
- Constant Field Values
-
SIMPLE_QUOTES
private static final String SIMPLE_QUOTES
- See Also:
- Constant Field Values
-
USE_QUOTES
private static final String USE_QUOTES
- See Also:
- Constant Field Values
-
EXPORT_COLORS
private static final String EXPORT_COLORS
- See Also:
- Constant Field Values
-
EXPORT_POSITION
private static final String EXPORT_POSITION
- See Also:
- Constant Field Values
-
EXPORT_ATTRIBUTES
private static final String EXPORT_ATTRIBUTES
- See Also:
- Constant Field Values
-
EXPORT_VISIBILITY
private static final String EXPORT_VISIBILITY
- See Also:
- Constant Field Values
-
DEFAULT
private static final org.gephi.io.exporter.plugin.ExporterGDF DEFAULT
-
-