Package org.gephi.ui.exporter.plugin
Class UIExporterSpreadsheet.ExporterSpreadsheetSettings
- java.lang.Object
-
- org.gephi.ui.exporter.plugin.AbstractExporterSettings
-
- org.gephi.ui.exporter.plugin.UIExporterSpreadsheet.ExporterSpreadsheetSettings
-
- Enclosing class:
- UIExporterSpreadsheet
private static class UIExporterSpreadsheet.ExporterSpreadsheetSettings extends AbstractExporterSettings
-
-
Field Summary
Fields Modifier and Type Field Description private static StringDECIMAL_SEPARATORprivate static org.gephi.io.exporter.plugin.ExporterSpreadsheetDEFAULTprivate static StringEXCLUDED_EDGE_COLUMNSprivate static StringEXCLUDED_NODE_COLUMNSprivate static StringEXPORT_ATTRIBUTESprivate static StringEXPORT_COLORSprivate static StringEXPORT_DYNAMICSprivate static StringEXPORT_POSITIONprivate static StringEXPORT_SIZEprivate static StringNORMALIZEprivate static StringSEPARATORprivate static StringTABLE
-
Constructor Summary
Constructors Modifier Constructor Description privateExporterSpreadsheetSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidload(org.gephi.io.exporter.plugin.ExporterSpreadsheet exporterSpreadsheet)private voidsave(org.gephi.io.exporter.plugin.ExporterSpreadsheet exporterSpreadsheet)
-
-
-
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
-
SEPARATOR
private static final String SEPARATOR
- See Also:
- Constant Field Values
-
DECIMAL_SEPARATOR
private static final String DECIMAL_SEPARATOR
- See Also:
- Constant Field Values
-
TABLE
private static final String TABLE
- See Also:
- Constant Field Values
-
EXCLUDED_NODE_COLUMNS
private static final String EXCLUDED_NODE_COLUMNS
- See Also:
- Constant Field Values
-
EXCLUDED_EDGE_COLUMNS
private static final String EXCLUDED_EDGE_COLUMNS
- See Also:
- Constant Field Values
-
DEFAULT
private static final org.gephi.io.exporter.plugin.ExporterSpreadsheet DEFAULT
-
-