Package org.gephi.ui.exporter.plugin
Class UIExporterGML.ExporterGMLSettings
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.AbstractExporterSettings
-
- org.gephi.ui.exporter.plugin.UIExporterGML.ExporterGMLSettings
-
- Enclosing class:
- UIExporterGML
private static class UIExporterGML.ExporterGMLSettings extends AbstractExporterSettings
-
-
Field Summary
Fields Modifier and Type Field Description private static org.gephi.io.exporter.plugin.ExporterGMLDEFAULTprivate static StringEXPORT_COLORprivate static StringEXPORT_COORDINATESprivate static StringEXPORT_EDGE_SIZEprivate static StringEXPORT_LABELprivate static StringEXPORT_NODE_SIZEprivate static StringEXPORT_UNKNOWNSprivate static StringNORMALIZEprivate static StringSPACES
-
Constructor Summary
Constructors Modifier Constructor Description privateExporterGMLSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidload(org.gephi.io.exporter.plugin.ExporterGML exporter)private voidsave(org.gephi.io.exporter.plugin.ExporterGML exporter)
-
-
-
Field Detail
-
EXPORT_LABEL
private static final String EXPORT_LABEL
- See Also:
- Constant Field Values
-
EXPORT_COORDINATES
private static final String EXPORT_COORDINATES
- See Also:
- Constant Field Values
-
EXPORT_NODE_SIZE
private static final String EXPORT_NODE_SIZE
- See Also:
- Constant Field Values
-
EXPORT_EDGE_SIZE
private static final String EXPORT_EDGE_SIZE
- See Also:
- Constant Field Values
-
EXPORT_COLOR
private static final String EXPORT_COLOR
- See Also:
- Constant Field Values
-
EXPORT_UNKNOWNS
private static final String EXPORT_UNKNOWNS
- See Also:
- Constant Field Values
-
NORMALIZE
private static final String NORMALIZE
- See Also:
- Constant Field Values
-
SPACES
private static final String SPACES
- See Also:
- Constant Field Values
-
DEFAULT
private static final org.gephi.io.exporter.plugin.ExporterGML DEFAULT
-
-