Package org.gephi.ui.exporter.plugin
Class UIExporterGEXF.ExporterGEXFSettings
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.AbstractExporterSettings
-
- org.gephi.ui.exporter.plugin.UIExporterGEXF.ExporterGEXFSettings
-
- Enclosing class:
- UIExporterGEXF
private static class UIExporterGEXF.ExporterGEXFSettings extends AbstractExporterSettings
-
-
Field Summary
Fields Modifier and Type Field Description private static org.gephi.io.exporter.plugin.ExporterGEXFDEFAULTprivate static StringEXPORT_ATTRIBUTESprivate static StringEXPORT_COLORSprivate static StringEXPORT_DYNAMICSprivate static StringEXPORT_METAprivate static StringEXPORT_POSITIONprivate static StringEXPORT_SIZEprivate static StringINCLUDE_NULL_ATT_VALUESprivate static StringNORMALIZE
-
Constructor Summary
Constructors Modifier Constructor Description privateExporterGEXFSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidload(org.gephi.io.exporter.plugin.ExporterGEXF exporterGEXF)private voidsave(org.gephi.io.exporter.plugin.ExporterGEXF exporterGEXF)
-
-
-
Field Detail
-
NORMALIZE
private static final String NORMALIZE
- 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_SIZE
private static final String EXPORT_SIZE
- See Also:
- Constant Field Values
-
EXPORT_DYNAMICS
private static final String EXPORT_DYNAMICS
- See Also:
- Constant Field Values
-
EXPORT_META
private static final String EXPORT_META
- See Also:
- Constant Field Values
-
INCLUDE_NULL_ATT_VALUES
private static final String INCLUDE_NULL_ATT_VALUES
- See Also:
- Constant Field Values
-
DEFAULT
private static final org.gephi.io.exporter.plugin.ExporterGEXF DEFAULT
-
-