Package org.gephi.ui.exporter.plugin
Class UIExporterGraphML.ExporterGraphMLSettings
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.AbstractExporterSettings
-
- org.gephi.ui.exporter.plugin.UIExporterGraphML.ExporterGraphMLSettings
-
- Enclosing class:
- UIExporterGraphML
private static class UIExporterGraphML.ExporterGraphMLSettings extends AbstractExporterSettings
-
-
Field Summary
Fields Modifier and Type Field Description private static org.gephi.io.exporter.plugin.ExporterGraphMLDEFAULTprivate static StringEXPORT_ATTRIBUTESprivate static StringEXPORT_COLORSprivate static StringEXPORT_POSITIONprivate static StringEXPORT_SIZEprivate static StringNORMALIZE
-
Constructor Summary
Constructors Modifier Constructor Description privateExporterGraphMLSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidload(org.gephi.io.exporter.plugin.ExporterGraphML exporterGraphML)private voidsave(org.gephi.io.exporter.plugin.ExporterGraphML exporterGraphML)
-
-
-
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
-
DEFAULT
private static final org.gephi.io.exporter.plugin.ExporterGraphML DEFAULT
-
-