Package org.gephi.ui.exporter.plugin
Class UIExporterVNA.ExporterVNASettings
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.AbstractExporterSettings
-
- org.gephi.ui.exporter.plugin.UIExporterVNA.ExporterVNASettings
-
- Enclosing class:
- UIExporterVNA
private static class UIExporterVNA.ExporterVNASettings extends AbstractExporterSettings
-
-
Field Summary
Fields Modifier and Type Field Description private static org.gephi.io.exporter.plugin.ExporterVNADEFAULTprivate static StringEXPORT_ATTRIBUTESprivate static StringEXPORT_COLORprivate static StringEXPORT_COORDINATESprivate static StringEXPORT_EDGE_WEIGHTprivate static StringEXPORT_SHORT_LABELprivate static StringEXPORT_SIZEprivate static StringNORMALIZE
-
Constructor Summary
Constructors Modifier Constructor Description privateExporterVNASettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidload(org.gephi.io.exporter.plugin.ExporterVNA exporter)private voidsave(org.gephi.io.exporter.plugin.ExporterVNA exporter)
-
-
-
Field Detail
-
EXPORT_EDGE_WEIGHT
private static final String EXPORT_EDGE_WEIGHT
- See Also:
- Constant Field Values
-
EXPORT_COORDINATES
private static final String EXPORT_COORDINATES
- See Also:
- Constant Field Values
-
EXPORT_SIZE
private static final String EXPORT_SIZE
- See Also:
- Constant Field Values
-
EXPORT_SHORT_LABEL
private static final String EXPORT_SHORT_LABEL
- See Also:
- Constant Field Values
-
EXPORT_COLOR
private static final String EXPORT_COLOR
- See Also:
- Constant Field Values
-
NORMALIZE
private static final String NORMALIZE
- See Also:
- Constant Field Values
-
EXPORT_ATTRIBUTES
private static final String EXPORT_ATTRIBUTES
- See Also:
- Constant Field Values
-
DEFAULT
private static final org.gephi.io.exporter.plugin.ExporterVNA DEFAULT
-
-